fschreier 0 Report post Posted June 8, 2011 When I embed a Youtube video on my front page, the drop down menus drop down behind the video so that you can't read what's on the menu. Any way to resolve this besides pushing the video low enough on the page so that the drop down menus can be read? Right now I have the video pushed down but it's not what I prefer: http://songtanbaptist.com Platform Pro, wordpress 3.1.2 Share this post Link to post Share on other sites
Kate 3 Report post Posted June 8, 2011 Have you set a z-index on the menu items? Share this post Link to post Share on other sites
fschreier 0 Report post Posted June 8, 2011 Could you please elaborate? I have no idea what that means. Share this post Link to post Share on other sites
catrina 103 Report post Posted June 9, 2011 What Kate is asking is if you added z-index to your custom CSS code for the menu items. This is code that specifies the stack order of elements on a webpage. The value that assigned to z-index is usually a number and the code looks like this: z-index: NUMBERHERE; Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
fschreier 0 Report post Posted June 9, 2011 I got it...I ended up putting the wmode=???transparent??? in the youtube embed code and now the drop down menus drop down in front of the video instead of behind it. Share this post Link to post Share on other sites