> On my site http://www.frontendplace.nl the gallery images thumbnail bar
always jumps to the bottom in IE when
> the image above hasn't loaded in cache yet, so IE doesn't know how many
space it has to reserve for an image
> with no specific height but only % of width
Ron,
Why not move the image selector above the selected image:
<div id="gallerycontent">
<div id="gallery2" class="hide"></div>
<div id="featureheader_">
...
</div>
<div id="gallerylist_">
...
</div>
<div id="gallery1" class="show">
...
</div>
</div>
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************