帝王谷资源网 Design By www.wdxyy.com
解决的办法是:做两个浮动层,一个浮动层的根标签是IFrame,另一个浮动层的根标签是Div,两个浮动层的位置、大小均相等,然后先显示IFrame浮动层,再显示Div浮动层,
这样IFrame浮动层就为Div浮动层遮盖住了下面的控件。
demo:
CSS:

复制代码代码如下:
<style type="text/css">
dl #iframe1{display:none;_display:block;position:absolute;top:0;left:0px;z-index:-1;filter:mask();width:110px;height:420px;}
</style>

aspx:

复制代码代码如下:
<li id="dictionary" runat ="server" ><a href="#">维护 </a>
<dl >
<dd>
<a href="dictAll.aspx?TableType=0" target="_self" title="The">资产类型</a>
</dd>
<dd>
<a href="dictAll.aspx?TableType=13" target="_self" title="Styling">服务级别</a>
</dd>
<iframe id="iframe1"></iframe>
</dl>
</li>
标签:
IE6,下拉框遮挡

帝王谷资源网 Design By www.wdxyy.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
帝王谷资源网 Design By www.wdxyy.com