I'm trying to get a sticky footer working, but my problem is I need the nested div #container to extend all the way to the footer. I've tried various ways but can't make any headway.
The footer should stick to the bottom when content is short.
<body>
<div id="wrapper">
<div id="header">click here to reset</div>
<div id="banner-region">click here to add content</div>
<div id="navigation"></div>
<div id="content">
<div id="container">
<p>This div should extend all the way down to the bottom and touch the footer</p>
</div>
</div>
</div>
<div id="footer"></div>
</body>
Fiddle: http://jsfiddle.net/Vu2uP/3/