用div遮住flash的一部分

来源:互联网 发布:主人网络是什么意思 编辑:程序博客网 时间:2024/04/29 21:42

 

 

 用DIV盖住flash的一部分

<div style="overflow:auto;">
<iframe frameborder="0" scrolling="no" style="position:absolute; left:150px; top:291px; width:150px; height:30px; z-index:8; "></iframe>
</div>

把这段代码放在需要遮罩的上面.例如

<div style="overflow:auto;">
<iframe frameborder="0" scrolling="no" style="position:absolute; left:150px; top:291px; width:150px; height:30px; z-index:8; "></iframe>
</div>
<IFRAME frameBorder=0 scrolling=no src="<%=picurl%>" name=board id=board width="550" height="435"></IFRAME>

这样能遮住下面的IFRAME的某个地方