好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

新手请教个问题_html/css_WEB-ITnose

做完网站,测试正常,之后加了一个default.html作为flash引导页,这个页面中只有一个flash并在iis网站管理属性中-文件下也做了相应修改,当来浏览器中访问127.0.0.1时网页能打开,没有报错,但是页面上什么都没有,再去wwwroot下双击打开default.html时,一切正常,请教这是什么原因,谢谢!


回复讨论(解决方案)

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的详细内容...

  阅读:33次