我正在尝试使用粘性页脚,但我的问题是我需要嵌套的div #container一直扩展到页脚。我尝试了各种各样的方法,但无法取得任何进展。
内容短时,页脚应粘在底部。
<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>
答案 0 :(得分:1)
如果您希望容器始终下载到固定页脚,我认为您应该看看这个: http://www.pmob.co.uk/temp/sticky-footer-wide-header-footer2.htm