Click to See Complete Forum and Search --> : IE vs FF different output


TiGGi
05-08-2006, 03:10 PM
I got page that looks fine on IE but not on FF.
There are 2 errors on FF, on the menu, 1. the blue background should span all the way to the border.
2. on the footer, there should be 3px top border that doesn't show up on FF
So what's going on here?
http://www.regencyco.com/1.cfm

crh3675
05-08-2006, 04:24 PM
Add this:

<div style="clear:both"></div>

after your last <div class="menu"></div> item

Your floating menu items are not anchored therefore, FF naturally ends the display area as there is nothing to display there. FF's rendition is correct, IE is not.

TiGGi
05-08-2006, 04:47 PM
thanks alot, that worked like a charm.