My webpage has a footer with 4 separate footer cols. They are separated by a 5px margin on the right and left side. They also have a green background. The Footer (containing element) has a red background but does not appear. I validated the HTML and could not find a problem with XHTML markup so I'm assuming it's a CSS woe.
Fiddle: http://jsfiddle.net/48dk6/
Footer CSS declarations.
/* footer and descendants */ #footer { font-size:1.3em; margin-top:10px; clear:both; background-color:red; } /* footer col styling/positioning */ .footerCol { background-color:green; width:180px; float:left; margin:10px 5px 10px 5px; }
footerColare floating, make your#footerfloat and issue solved