Forum Moderators: not2easy
I've been using overflow, but don't want to use it anymore. The id=content can stretch pass the id=footer if there is too much content in id=content.
<div id="maincontainer">
<div id="header">
</div
<div id="content">
Content here will stretch pass footer and maincontainer if there is too much content.
</div>
<div id="footer">
</div
</div>
[edited by: Walley at 6:27 pm (utc) on May 1, 2009]