I have a background in one DIV with multiple DIV's inside of it. The background shows up fine through the whole page is IE, but does not show up in the DIVs at all in FireFox. What can be done to fix this? Here are the files: HTML: betatke.org/alumni/test/index.html CSS: betatke.org/alumni/test/layout.css Thanks.
Put <br style="clear:both;"> as the last thing in your "content" div which will force Firefox to expand the container around the floated left and right columns.