开发者

How do I get this div to cover flash control (jw player)?

开发者 https://www.devze.com 2023-02-14 06:38 出处:网络
Ive got a flash player (jw)... And I used some downloaded code to make a drop down menu. In firefox the drop down menu covers the jw Player but in other browsers it shows up behind the player:

Ive got a flash player (jw)...

And I used some downloaded code to make a drop down menu.

In firefox the drop down menu covers the jw Player but in other browsers it shows up behind the player:

a screen shot of the problem

Here is a screen shot of the code and css in IE developer tools:

a screen of the html and css

As you can see fr开发者_开发百科om the second image I have set the z-index to 9999 but it doesnt work and I have no idea how to force the div to display over the flash control in all browsers...

Any help much appreciated.


<param name="wmode" value="transparent">

as a child element to your object tag should fix it. Or, the wmode="transparent" parameter, if you're using an embed tag.

0

精彩评论

暂无评论...
验证码 换一张
取 消