Skip to content

WordPress Dropdown Menu Behind Video

If your WordPress dropdown menu is going behind your embedded videos, add the following to the HTML embed code.

1. Add the following parameter to the OBJECT tag:
<param name="wmode" value="transparent">

2. Add the following parameter to the EMBED tag:
wmode="transparent"

I’ve tested this with all the popular browsers, and it worked in each. Feel free to leave a comment if it doesn’t work for you, and I’m happy to find a solution that will work!

Use the example below as a guide for fixing the issue of your dropdown menu going behind videos:

Fix Video Behind Dropdown Menu

5 thoughts on “WordPress Dropdown Menu Behind Video”

    1. Glad it helped! It can be so frustrating when everything seems like it should work and it doesn’t! Hope this helps other frustrated folks out there. 🙂

Leave a Reply

Your email address will not be published.