我在我的锚标签中使用了一些flash项目,但是锚标签无法点击,所以我找到了这个解决方案 Flash or object tag inside an anchor link 现在我可以在Chrome和IE中点击它,但不能在Firefox中点击它。 请帮帮我 我的代码:
<div style='position: relative; width: 350px;'>
<object width='350' height='350'>
<param wmode="transparent" name='movie' value='img=2-3_1_4.swf'>
<embed src='img=2-3_1_4.swf' width='350' height='350' />
</object>
<a target='_blank' href='http://www.google.com' style='display: block; position: absolute; width: 100%; height: 100%;
z-index: 5; top: 0px; left: 0px;' ></a>
请参加演示here