header

I am using grid version 1.5 with auot height and auto width properties set to true. The grid sking is gray and i have the grid placed like this:











1stImage


2ndImage







I want these two images img1 and img2 to be placed to the right side of the grid. But when i do this the grid header disappears. What am I doing wrong?

You need to specify any starting width|height

<div id=“mygrid” style=‘width:1px; height:1px;’>
The values will be replaced with actual height | width after grid initialization