回复讨论(解决方案)
default页面代码如下:
#warp { width : 100%; heigh : 100%; background:#000 }
#Layer1 {id="warp"
position:absolute;
width:100%;
height:100%;
z-index:1;
}
body {
background-color: #000000;
}
#Layer2 {
position:absolute;
width:100%;
height:3px;
z-index:1;
top: 14px;
}
#Layer3 {
position:absolute;
width:100%;
height:100%;
z-index:1;
left: 0;
top: 0;
}
#Layer4 {position:absolute; width: 1280px; height: 960px; top:50%; left:50%; margin-left:-640px; margin-top:-480px;
}
-->
查看更多关于新手请教个问题_html/css_WEB-ITnose的详细内容...