今天这个案例,我们希望footer一直在页面底部,来看看解决方案吧
css
html, body, #sticker {height: 100%;}
body > #sticker {height: auto; min-height: 100%;}
#stickerCon {padding-bottom: 40px;}
#footer {margin-top:-40px; height: 40px; width: 100%; text-align: center; line-height: 40px; color: #ABA498; font-size: 12px; background: #fafafa; border-top:1px solid #E7E7E7;}
html
<div id=\"sticker\">
<div id=\"stickerCon\"></div>
</div>
<div id=\"footer\">footer</div>
本文地址:https://www.stayed.cn/item/22861
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我