css z-index之object flash层级问题
<object type="application/x-shockwave-flash" data="flash文件路径" style="z-index:1;" width="1140" height="491">
<param name="wmode" value="transparent" />
</object>
这样给同级的element透明度就好使了
<object type="application/x-shockwave-flash" data="flash文件路径" style="z-index:1;" width="1140" height="491">
<param name="wmode" value="transparent" />
</object>
这样给同级的element透明度就好使了