I'm stuck on what appears to be a CSS/z-index conflict with the YouTube player. In Firefox 3 under Windows XP, Take a look at this page: http://spokenword.org/program/21396 Click on the Collect button and note that the pop-up <div> appears under the YouTube player. On other browsers the <div> appears on top. It has a z-index value of 999999. I've tried setting the z-index of the <object> element containing the player to a lower value, but that didn't work. Any idea how to get the pop-up to appear over the player?
|
|
Try to add the (Note that it's included in both a
|
|||||||||||||
|
|
although the recommendation by CMS is valid, there is an important update. If you want to use 'iframe' instead of 'embed' , simply add "?wmode=transparent" to your video link and that does the magic. I find this more simple and clean. |
|||||||||||||
|
|
i've found a pure JS function that fix it in all browsers! there you go:
now you can just run in when the page loads with jQuery:
|
|||||||||||||
|
|
We use jQuery Flash plugin to convert YouTube links to Flash movies. In this case, wmode is passed as an option in order to get the YouTube video to appear underneath the jQuery Dialog we open:
|
|||
|
|
|
I've noticed that wmode="opaque" terribly affects on usage of CPU.
Chrome make on my notebook 50% CPU usage (without opaque ~8%). |
|||
|
|
protected by Jeff Atwood♦ Jun 7 '10 at 7:21
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.