好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSSjquery实现Div底部固定,不随滚动条移动_html/css_WEB-ITnose




CSS jquery实现Div底部固定


*{margin: 0;padding: 0;font:14px "微软雅黑";}
.fixed{RIGHT: 15px;BACKGROUND: lightgreen;LEFT: 15px;BOTTOM: 0;LINE-HEIGHT: 30px;POSITION: fixed;HEIGHT: 30px}
#iefixed{MARGIN: -1px 15px 0px;OVERFLOW: hidden;ZOOM: 1;HEIGHT: 1px}



.fixed {
position: absolute;
bottom: auto;
clear: both;
width: expression(document.getElementById('iefixed').clientWidth);
left: expression(document.getElementById('iefixed').offsetLeft);
top: expression(eval(document测试数据patMode && document测试数据patMode=='CSS1Compat') ? documentElement.scrollTop +


(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));}


function _fixBackground() {
var body = document.body;
var BLANK_GIF;
if (body.currentStyle.backgroundAttachment != "fixed") {
if (body.currentStyle.backgroundImage == "none") {
body.runtimeStyle.backgroundImage = "url(" + BLANK_GIF + ")"; // dummy
body.runtimeStyle.backgroundAttachment = "fixed";
}
}
}
window.onload = function() {
_fixBackground();
}




请看网页底部

http://HdhCmsTest999jiujiu测试数据/

查看更多关于CSSjquery实现Div底部固定,不随滚动条移动_html/css_WEB-ITnose的详细内容...

  阅读:40次