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>
color:#0986BE
Isn’t an iframe just blank without src?