本文实现的效果是根据浏览器分辨率的不同,页面底端背景色自适应浏览器高度,也就是可以自动填充背景色。
function height_adaptive(){
var main=$(document).height();
var title=document.getelementbyid(login_title).scrollheight;
var body=document.getelementbyid(login_body).scrollheight;
var bottom=main-title-body;
$(#login_bottom).height(bottom);
}
mindray | or digital system
onmousedown=rem_mousedown() onmouseup=rem_mouseup()>
remember me
log in
版权声明:本文为博主原创文章,未经博主允许不得转载。
