FF3/Windows CSS z-index problem with YouTube player
Posted
by Doug Kaye
on Stack Overflow
See other posts from Stack Overflow
or by Doug Kaye
Published on 2008-11-28T16:45:27Z
Indexed on
2010/04/30
18:27 UTC
Read the original article
Hit count: 242
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?
© Stack Overflow or respective owner