带有嵌套div的粘性页脚将内容推下来

时间:2014-02-17 19:03:49

标签: css css3

我正在尝试使用粘性页脚,但我的问题是我需要嵌套的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>

小提琴: http://jsfiddle.net/Vu2uP/3/

1 个答案:

答案 0 :(得分:1)

如果您希望容器始终下载到固定页脚,我认为您应该看看这个: http://www.pmob.co.uk/temp/sticky-footer-wide-header-footer2.htm