CSS Dropdown Menu hides behind Videos

- by

Yes, that’s an annoying one – and it has less to do with your Theme’s CSS and more to do with teh Flash Player.

Easy remidy is at hand, even though it means that you need to add code to each video.

Here’s how you do it:

Your videos will be embedded with both <OBJECT> and <EMBED> tags to make Internet Explorer and Firefox happy at the same time. You need to amend the following statement in the <OBJECT></OBJECT> tags:

<param value="transparent" name="wmode"></param>

You also need to put the following attribute into your <EMBED> statement:

wmode="transparent"

Happy Days šŸ˜‰



If you enjoy my content, please consider supporting me on Ko-fi. In return you can browse this whole site without any pesky ads! More details here.

Leave a Comment!

This site uses Akismet to reduce spam. Learn how your comment data is processed.