Home  >  Article  >  Web Front-end  >  Help: About the problem that the text generated after iframe covers flash is invisible_html/css_WEB-ITnose

Help: About the problem that the text generated after iframe covers flash is invisible_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 12:14:171481browse


A button, when the mouse is parked on it, a layer with many link addresses is displayed. This layer is 200px high, and this layer needs to cover a flash behind it. Now the coverage is done, using an iframe.

If the height of the iframe is set to 100, then the text within the high range of the iframe will not be visible (but if you move the mouse over it, you can still click on the link, but the text will always be invisible), outside the iframe The text can be seen.

Please give me some advice. . . . The attributes of div and iframe are set as follows:

<DIV ID="ds1" CLASS="submenu" STYLE="display:none;filter:alpha(Opacity=80);" onMouseOut="hide(this)" onMouseOver="javascript:this.style.display='block';" > <iframe style=" background-position:inherit;position: absolute;visibility: inherit; top:0px; left:0px; width:200; height:100; z-index:-1;opacity:.0;filter: alpha( opacity=0 ); -moz-opacity: 0" name="a" marginwidth="1" marginheight="1" align="top" border="0" frameborder="0" style=" font:#0986BE"></iframe><!--一些链接地址--></DIV>


Reply to discussion (solution)

color:#0986BE

Isn’t an iframe just blank without src?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn