【发布时间】:2017-02-07 18:00:24
【问题描述】:
我现在什么都试过了。我的页脚栏一直停留在页面中间或固定在屏幕底部。无论我在网站上放多少内容,我都需要它在页面底部。
#footer {
position: absolute;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 60px;
background: #000000;
}
<div id="footer">
</div>
【问题讨论】: