无标题文档
.kkkk {
background-color: #CCCCCC;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
function OnResize()
{
window.document.getElementByIdx("mainDiv").style.height=document.documentElement.clientHeight + "px";
}
OnResize();
window.onresize = OnResize;
查看更多关于网页垂直居中_html/css_WEB-ITnose的详细内容...