固定页脚溢出滚动

时间:2012-12-12 04:04:16

标签: html css html5 css3 footer

我正在尝试为我的网站创建一个固定页脚但由于某种原因溢出不起作用,内容也不滚动。这是我的代码:

<div id='footbar' style="bottom: 0;left: 0;width: 100%;min-width: 800px;position: fixed;background-color: red;border-top: 1px solid black">
Context
</div>

1 个答案:

答案 0 :(得分:1)

纯css无法实现这一点。

使用固定定位时,您正在将元素修复到浏览器视口。

你需要javascript或jQuery ..