> >> I would appreciate help in finding out why I can't get the background >> image to display properly in Firefox (both Mac and Win). It renders >> fine in Safari and Opera (Mac) and in IE 6 (Win). If anyone is able >> to check it in IE 7 I'd appreciate that? >> >> page: >> http://www.dab-hand.co.nz/testbay/eurovision/index.php > > > Works fine in recent browsers: Safari 2.0, Firefox 1.5 and newer, > Opera 9. > Older version(s) of Gecko (Firefox 1.0, Mozilla 1.7.13) have a > problem with clearing your floated blocks. > Your div class="separatorInvisible" isn't really clearing, because > it is empty, sort of. > Add a non-breaking character in there, and it will work correctly > <div class="separatorInvisible"> <!-- x --></div> > > (Or use another technique to contain your floats.)
Thanks, Philippe. I have used this technique from a book i've been using (Web Designer's Reference, by Craig Grannell). He doesn't seem to us the non-breaking character in his sample. What other techniques are there to contain floats? Can you point me in the right direction? David ______________________________________________________________________ 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/
