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

WBOY
Release: 2016-06-24 12:14:17
Original
1479 people have browsed it


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>
Copy after login


Reply to discussion (solution)

color:#0986BE

Isn’t an iframe just blank without src?

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!