日期:2014-05-17  浏览次数:20395 次

右边怎么会加进度条呢,在线等
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>position</title>
<style type="text/css">



.box{ position:relative;z-index:1999;background:#f7f7f7; border:solid 1px #f09; width:200px; height:200px;}
pre{ margin:0; padding:8px; color:#f09; line-height:160%;}
.test {
position:absolute;top:0;left:0;width:272px;height:333px;filter:alpha(opacity=0);
}
</style>
</head>
<body>
<div class="box" style="top:50px;">
<iframe frameborder="0" style="position:absolute;top:0;left:0;width:272px;height:333px;filter:alpha(opacity=0);"></iframe>
<pre>
position: relative;
background: #f7f7f7;
border: solid 1px #f09;
width: 200px;
height: 200px;
z-index: 4;
top: 50px;
</pre>
</div>
<iframe width="100%" scrolling="no" height="100%" style="background:#fff; position:relative; z-index:1;" frameborder="no" src="http://gameroom1.iugame.cn/play.asp?iusiteid=1&s=363333330D0A35363438393835350D0A6173706E65747A6A66403136332E619A336F6D0D0A31393839313132320D0A323031322D362D3420393A33383A3135&gname=17&sname=106"></iframe>
<div class="box" style="top:-180px;">
<iframe frameborder="0" class="test"></iframe>
<pre>
position: relative;
background: #f7f7f7;
border: solid 1px #f09;
width: 200px;
height: 200px;
z-index:6;
top:-180px;
</pre>
</div>
</body>
</html>

网页不能全屏,右边有滚动条

------解决方案--------------------
难道以整个页面你都不想要滚动条?
------解决方案--------------------
你只是把iframe的滚动条去掉了是不?还有ie本来页面自带的滚动条是不?
------解决方案--------------------
ProgressBar();进度条属性。