Jump to content
Sign in to follow this  
fschreier

Drop down menus and Youtube videos

Recommended Posts

fschreier

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

Have you set a z-index on the menu items?

Share this post


Link to post
Share on other sites
fschreier

Could you please elaborate? I have no idea what that means.

Share this post


Link to post
Share on other sites
catrina

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×