I am trying to make a simple DIV layout compatible with IE and this gives me hell.
Here is the main layout I'm working on:
<div id="body" style="background: blue;">
<div id="header">
HEADER
</div>
<div id="content" style="height: 88%;">
CONTENT HERE
</div>
<div id="footer">
FOOTER
</div>
</div>
I use CSS rounded corners on the div of the body, and I have information about the navigator and footer in #footer, as well as the mainbar tab on the tab in #header.
My main problem was to stretch the #contentdiv vertically to fit the full page when I only have a small amount of content WITHOUT creating vertical scrollbars.
If I do #content height: 100%;, the header and footer cause the page to exceed 100% and trigger scrollbars.
#content 88% FireFox, :
a)
) IE ().
- , ? , -.