On 6/7/07, Sandy wrote:
> I have these pages
> http://briansmale.net/test/gallery1/gallery110.html
> http://briansmale.net/test/gallery1/gallery111.html
> http://briansmale.net/test/gallery1/gallery112.html
[...]
>
> on 110 and 111 the thumbnail images in the <div class="thumbs"> stop
> when they reach the <div class="horizon"> and start up again after the
> bottom of <div class="photo">
>
> The really weird part is that in 112, essentially the same page with a
> different picture, the whole thing works a charm.

I haven't fully tested, but I think that the IE problem is related to
the margin doubling bug on the floated thumbnails. Don't now why 112
behaves differently.
You can try giving (for IE)  display:inline to your floated .thumbs A.
You can simply remove all the display:block that you have there, good
browsers do not need it since you already have float:left.
Alternatively, you can try giving more room to the thumbnails, with
.thumbs { width: 168px; }

Hth

-- 
Bruno Fassino http://www.brunildo.org/test
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to