Skye, On May 31, 2006, at 4:54 PM, skye estes wrote:
> in firefox it works great, thanks to the idea of wrapping the pictures > in > lists in order to drop the text under them, > but in i.e./win some of the pictures seem like they've randomly grown > huge > margins! > the url is http://heli.cx/clients/pacifictao/dvds.html > and the css is http://heli.cx/clients/pacifictao/main.css I use a mac, so I can't easily test this, but it might be the float double margin bug. If that is what it is, adding display: inline; to the floated elements should fix it. Also, do particular photos have to be in particular rows? The page would be much more flexible if the number of photos in each row was governed by the window width. My default window width causes the .imgnrw rows to display as a row of 4 followed by a row of 1. Also, if add a clearing element just after the end of the ul you can get rid of the min-height on the containing div. hth -- Roger Roelofs ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
