body { position: relative; } .footer { position: absolute; bottom: 0px; left: 50%; margin-left: -footer容器宽度的一半px(比如-200px;) }
<body style="height: 2000px;"><div class="footer" style="width: 400px;">0000w1234131</div></body>
定位到最底部
原文:http://blog.csdn.net/xtqueen/article/details/46639643