.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