一段始终保持在最底部的div css代码
生活随笔
收集整理的這篇文章主要介紹了
一段始终保持在最底部的div css代码
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
.footer
{background: #eee;text-align: center;bottom:0px;position:fixed;height: 30px;line-height: 30px;width: 100%;_position: absolute; /*兼容IE6*/_top: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight); /*兼容IE6*/
}
轉載于:https://www.cnblogs.com/pztx1992/archive/2012/08/16/2642329.html
總結
以上是生活随笔為你收集整理的一段始终保持在最底部的div css代码的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: hdu 1006 Tick and Ti
- 下一篇: linux shell编程之菜单选择(二