How do I get this div to cover flash control (jw 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.
精彩评论