标签:
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"});
}
标签:
原文地址:http://www.cnblogs.com/mrt-yyy/p/4449720.html