浏览器大小改变触发事件

window.onresize = function(){

 

 

}

EG

 

window.onresize = function(){ 

$("#nav ul li").css({lineHeight:parseInt($("#nav").css("height"))*1.2+"px"});

$("#login a").css({lineHeight:parseInt($("#nav").css("height"))*1.2+"px"}); 

$("#control").css({lineHeight:$("#control").css("height")});   

$("#control ._up").css({left:parseInt($("#control dd").css("width"))/2,marginLeft:"-7.1px"}); 

$("#control ._down").css({left:parseInt(parseInt($("#control dd").css("width"))+parseInt($("#control dd").css("width"))/2), marginLeft:"-7.1px"});

posted @ 2015-04-23 10:50  mrt_yy  阅读(234)  评论(0编辑  收藏  举报