Overlay YouTube video on HTML drop-down menu (Superfish)

I have a dropdown webpage using Superfish. I have included a YouTube video on this page using an iframe. The problem is that the YouTube video overlaps the menu. This problem exists in IE and Chrome. In Firefox, this works great.

The solution to this problem is to have <param name="wmode" value="transparent" />in the tag <object>. But since this is a YouTube video, and we use an iframe to embed a YouTube video, we cannot add <param name="wmode" value="transparent" />to the code.

There is another solution that is currently working to embed YouTube videos using the old code.

I would like to know how to fix this problem?

+5
source share
1

?wmode=transparent URL

+9

All Articles