Hi folks, I have been beating my head on this for days. I have a structure like so:
<div id="wrapper"> <div id="header"> <div id="topNav"></div> </div> <div id="content"> <div class="menu">side menu goes<br />here</div> <div id="innerContent"> </div> <!-- innerContent --> </div> <!-- content --> </div> <!-- wrapper --> But I cannot seem to get #content to draw it's boundaries past a set height and I do not want to have a set height beyond a min-height of say 700px. Simplified page showing issue is here: http://www.firstlineschools.org/intranet/demo.html CSS is here: http://www.firstlineschools.org/intranet/intranet.css CSS validates except for 3 underscore hacks to nudge IE into place. http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.firstlineschools.org%2Fintranet%2Fdemo.html&profile=css21&usermedium=all&warning=1&lang=en One other odd symptom is that if I set the bg color for #wrapper to #fff I get a 16 or so px white bar above header. My head is pounding, can anyone help me see the error in this? Thanks very much for reading. JG --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
