That's a pretty unconventional layout. You would probably be better off putting the thumbnails and the large image display area in a single table and controlling the heights and spacing using individual style to pad the cells. However, for FF and IE (not Opera), this worked locally -
In the stylesheet:
Code:
#thumbpiccys {
margin-left: 5px;
margin-top:-13px!important;
margin-top:-12px;
z-index:100;
position:relative;
}
In the markup:
HTML Code:
<div id="dynloadarea" style="width:150px;height:200px; float: left;margin-top:-5px!important;margin-top:-8px;"></div>
Bookmarks