Hi guys, I'm having some display problems with my CSS in Firefox & Opera but everything is looking good in IE 7. In Firefox & Opera the page looks different that what it should, there is no background for were I have specified a background and the text over runs the footer. It's a bit hard to explain so I'v put the coding of the CSS & HTML documents below and added screenshots, one of what it is meant to look like and what it is looking like in Firefox. Any help would be appreciated, Thanks alot , abc1234. ---- CSS: HTML:
Add <br style="clear:both" /> Before footer div. You have to clear floats to prevent premature closing of parent divs. Because floating div height are not considered as parent div's height.