一直在尝试解决这个问题大约一个小时,这令人沮丧。
所以我需要我的 div 将页面的其余部分填充到页脚。
http://gyazo.com/999cce47ea567878586fbc4c843f80fc
在 div 上将高度设置为 100% 根本不会增加大小。
.body-middle {
width: 979px;
margin: 0 auto;
bottom:0;
height:100%;
padding-bottom: 50px;
}
footer {
height: 50px;
width: 100%;
text-align: center;
position: absolute;
bottom: 0;
background-color:#ebebeb;
}
它们都在一个名为 page 的 div 中
.page {
min-height: 100%;
position:relative;
}