http://i56.tinypic.com/9u801g.jpg
<table>
<tr>
<td> <ul class="nav">
<li>Menu</li>
<li>Menu</li>
<li>Menu</li>
<ul>
<li>Sub Menu</li>
<li>Sub Menu</li>
<li>Sub Menu</li>
</ul>
</ul>
</td>
<td> <div class="flash">Flash</div> </td>
</tr>
</table>
.nav li ul{
postion:absolute;
z-index:+9999;
}
.flash{
height:900px;
width:600px;
position:relative;
z-index:-999999;
}我使用z-index来覆盖页面中的html元素。
但是子菜单仍然隐藏在闪存中,有人能帮我修复它吗?
发布于 2011-06-14 20:03:14
将闪存wmode设置为transparent http://kb2.adobe.com/cps/155/tn_15523.html
https://stackoverflow.com/questions/6343158
复制相似问题