<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<div style="position:absolute;filter:alpha(opacity=100);">
<IFRAME style="position:absolute;"></IFRAME>
</div>
</body>
</html>ie6 7里iframe不见了
有什么办法解决
滤镜 绝对定位都不能改

解决方案 »

  1.   

    当没说<div style="position:absolute;filter:alpha(opacity=50);">
        <IFRAME style="position:absolute;">2sdsssssssss</IFRAME>    
    </div>
    透明度的关系吧
      

  2.   

    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <body>
    <div id="div" style="position:absolute;">
        <IFRAME style="position:absolute;">2sdsssssssss</IFRAME>    
    </div>
    </body>
    <script>
    div.filters.alpha.opacity = 100
    </script>
    </html>
    试一试看看
      

  3.   

    搞错了
    应该是这个问题
    <!DOCTYPE html>
    <html xmlns="http://www.w3.org/1999/xhtml">
    <body>
    <div style="POSITION: absolute;FILTER: alpha(opacity=100);">
    <IFRAME style=" POSITION: absolute; FILTER: alpha(opacity=0);"></IFRAME>
    xxxx
    <INPUT value="xxxx" type=button>
    </div>
    </body>
    </html>