希望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>
这样做的目的:当content的内容不能够撑起一个页面,底部信息会出现在页面某一位置,比如中部等,防止footer靠上。
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。