On 6/7/07, Sandy wrote:
>
> > Alternatively, you can try giving more room to the thumbnails, with
> > .thumbs { width: 168px; }
> I just tried this, and now 110 is working and the other 2 aren't!
>
> whoa! What could this be?

I see all of them working now! I didn't check the details, anyway here
are some more suggestions:
1) Remove all the display:block that you have in i6-hacks on the floated A
2) Add in that file  .thumbs img { margin : 0; }  You have a
javascript that alters the markup for IE substituting the imgs with
spans, but in case the js doesn't run the margins on the imgs are
duplicated of those on the As.  Btw, I see some js errors, so you
should probably, as first step, get things working without including
the js.
3) One of the reasons I suggested to widen the thumbs container is
that you have many HTML comments between floats, and this may cause
problems in IE [1]. If nothing else helps, you can try removing those
comments.

Hth,
Bruno

[1] http://positioniseverything.net/explorer/dup-characters.html

-- 
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