Forum Moderators: not2easy
CSS:
#finis
{
margin: 0 0 0 100px;
width: 550px;
}
#finis .header
{
height: 60px;
}
#finis .content
{
padding: 54px 0 0 0;
}
#rap, #footer
{
padding: 0 ;
margin: 0 auto;
width: 760px;
}
#footer
{
clear: both;
}
#footer p
{
margin: 0;
padding: 10px 60px;
}
HTML:
<div id="rap">
<div id="content">content here</div>
<div id="finis">
<div class="header" />
<div class="content">lorem ipsum lorem ipsum</div>
</div>
</div>
<div id="footer">
footer content
</div>
The "lorem ipsum" (#rap#finis.content) winds up going under the footer, but is fine in IE. If I give #finis a fixed height, it's fine in Mozilla... however, I cannot do that, since the length of #rap#finis.content depends on each page.
<snip>
[edited by: SuzyUK at 5:46 pm (utc) on Aug. 28, 2004]
[edit reason] ooops sorry no URLS per TOS #13 [webmasterworld.com] [/edit]