亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

重置頁面寬高的函數(shù)

原創(chuàng) 2019-04-11 23:18:33 167
摘要: //重置導(dǎo)航高度和主內(nèi)容區(qū)的寬高 function resetMenuHeight(){ var height = document.documentElement.clientHeight-50; $("#menu").height(height); } function resetMainHeight(){
	//重置導(dǎo)航高度和主內(nèi)容區(qū)的寬高
	function resetMenuHeight(){
		var height = document.documentElement.clientHeight-50;
		$("#menu").height(height);
	}
	function resetMainHeight(){
		var height = document.documentElement.clientHeight-50;
		var width = document.documentElement.clientWidth-200;
		$("#main").height(height);
		$("#main").width(width);
	}


批改老師:天蓬老師批改時(shí)間:2019-04-12 09:15:25
老師總結(jié):你的代碼就這些嗎? 總感覺不完整, 是不是少了點(diǎn)什么?

發(fā)布手記

熱門詞條