Forum Moderators: not2easy
<page>
<header>
<logo>an image</logo>
<nav>some UL list</nav>
</header>
<content>
some text
</content>
<footer>
<footerL>text</footerL>
<footerR>text</footerR>
</footer>
</page>
(assume each <tagname> really means <div id="tagname"> - it's just faster this way)
the code validates for xhtml1 strict and css2.
If I set the background-color for #footerL and #footerR, which contain text, that works out nicely. But for some reason, if I set the background-color for, say, #footer or #content, I get nuthin. Well, ok, sometimes I get a thin line at the very top of where that particular div begins. But it doesn't seem to span the entire height of the whatever the div contains. I tried setting height: 100% but that doesn't behave very consistently between say IE5 and 6 (and I don't even want to look at other browsers yet).
Anyone know what I'm trying to say? Better yet, anyone know what I'm doing wrong (and please please don't say "you're using IE6!")?
<edit>nevermind, nevermind - my stoopid css code error.</edit>