网站导航的子菜单是由JS生成的,在菜单下插入了以下视频文件。在视频完全加载之后,生成的子菜单会被视频文件遮挡住。
<embed src="http://w655.s2.55hl.com/video/4.WMV" width="265" height="258" autostart="true" url="http://w655.s2.55hl.com/video/4.WMV" balance="0" currentposition="0" currentmarker="0" enablecontextmenu="false" enableerrordialogs="false" enabled="true" fullscreen="false" invokeurls="false" mute="false" playcount="-1" rate="1" uimode="full" volume="100"></embed>
用过以下方法,皆未果:
1.设置视频为透明,即wmode="transparent";
2.设置层的z轴,即z-index:xxx;
想请教解决方法,谢谢!