I'm working on a small site done largely in css (the nav is in a table, I just didn't feel like fighting with it in css this time) here:
and the css file is located here
I'm checking it in Win2k IE 6 and Mozilla 1.6, and Mac OS 9 IE and Netscape 7 (not on OS X yet, sadly)
The images are all contained in "vidthumb" class divs (they were previously spans, and that didn't change my problem); on Win IE they're fine, on Mac IE the last div overlaps the bottom containing div frame, but things really fall apart on Netscape (both platforms); all the Vidthumb divs display in a single vertical line, not two-per-line as intended, and I cannot figure out why this is. The dimensions are sound, there should be enough room for them to float two-to-a-line, I've even but xhtml-compliant <br /> tags in to ensure the divs aren't interpreted as 'empty'. Can anyone help me with this problem?
and the css file is located here
I'm checking it in Win2k IE 6 and Mozilla 1.6, and Mac OS 9 IE and Netscape 7 (not on OS X yet, sadly)
The images are all contained in "vidthumb" class divs (they were previously spans, and that didn't change my problem); on Win IE they're fine, on Mac IE the last div overlaps the bottom containing div frame, but things really fall apart on Netscape (both platforms); all the Vidthumb divs display in a single vertical line, not two-per-line as intended, and I cannot figure out why this is. The dimensions are sound, there should be enough room for them to float two-to-a-line, I've even but xhtml-compliant <br /> tags in to ensure the divs aren't interpreted as 'empty'. Can anyone help me with this problem?