> Ovherhauling a site for work to look right in FF. Looks fine in IE6. > > The problem page: http://www.homedesigntrends.com/storeFF.php > > The CSS file is: http://www.homedesigntrends.com/storeFF.css > > IE6 looks right, but FF puts the floated images and the white > text area over the Aqua-colored "Search" bar. In > #bodyContainer I declared > a height of 750px just to demonstrate roughly for now how it > should look in > FF. > Many thanks in advance. > > -Chris
Chris- There may be other problems, but adding float:left to your #topbar, #bottombar declaration solves the immediate overlapping issues you're having. I didn't recheck it in IE to see if that screws it up there, but it does fix it in FF. Regards, Ron ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
