标签:dfa cti 窗口 ima bsp not nbsp script 区域
onresize 事件会在窗口或框架被调整大小时发生。
In HTML:
JavaScript 中:
window.onresize=function(){
var bHeight = document.body.clientHeight;//网页可见区域高
$("#unfiledFather").css("height",(bHeight-70-50)+"px");//左边
$("#filedFather").css("height",bHeight-70+"px");//右边
};
实际效果gif图:
标签:dfa cti 窗口 ima bsp not nbsp script 区域
原文地址:https://www.cnblogs.com/time1997/p/12213593.html