<table>
<tr>
<td>
<div id="dropdownmenu">
<a href="#">Red</a>
<a href="#">Orange</a>
</div>
<script type="text/javascript">
cssdropdown.startchrome("chromemenu")
</script></td>
</tr>
<tr style="background-color:#FFFFFF; vertical-align:top;">
<td>
<object height="251" width="504">
<param value="Flash.swf" name="movie">
<param value="Transparent" name="wmode">
<embed width="504" height="251" src="Flash.swf"/> //here flash is hiding drop
</object>
</td>
</tr>
</table>
这里flash.swf隐藏了dropdownmenu。我想在flash外面下拉,但它显示在flash内部
答案 0 :(得分:0)
您在embed标记中没有wmode
参数:
<embed width="504" height="251" src="Flash.swf" wmode="transparent" />
基于<param
的{{1}}仅针对Internet Explorer