MusicGal 0 Report post Posted May 26, 2011 Some of the pages in my dropdown menu get lost behind my feature slider. Is there any way to establish a heirarchy so the drop down menu goes in front of the feature slider? http://www.tylergilmoremusic.com/ It's the dropdown menu from scores/parts Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 26, 2011 You need to change the value of the video embed so it's value has wmode=opaque. Share this post Link to post Share on other sites
MusicGal 0 Report post Posted May 26, 2011 Didn't see any change. Share this post Link to post Share on other sites
timlinson 3 Report post Posted May 26, 2011 it probably needs quotations: `wmode="opaque"` Share this post Link to post Share on other sites
MusicGal 0 Report post Posted May 27, 2011 Still no dice. Share this post Link to post Share on other sites
timlinson 3 Report post Posted May 27, 2011 I just noticed you're using an iframe: <iframe width="960" height="330" src="http://www.youtube.com/embed/thZ0OimbyVs?autoplay=0&controls=0" frameborder="0" wmode="opaque" allowfullscreen></iframe> Is there a reason you're not using embed code from youtube? Share this post Link to post Share on other sites
MusicGal 0 Report post Posted May 27, 2011 I copy pasted the embed code from youtube, which - when I just tried to do it again, still has an iframe. I'm not knowledgeable enough to know how to embed the video any other way. Share this post Link to post Share on other sites
timlinson 3 Report post Posted May 27, 2011 Ah I see now, the embed link on youtube gives iframes by default now.. you can click the "use old embed" checkbox to get the `` tags, add the wmode, and see if that works. You can also try transparent wmode, and some other ideas here: http://stackoverflow.com/questions/4050999/youtube-iframe-wmode-issue Share this post Link to post Share on other sites
MusicGal 0 Report post Posted May 31, 2011 Thanks, the link had the solution. I added &wmode=Opaque to the iframe link. Share this post Link to post Share on other sites