Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

YouTube video overlaps on the HTML drop down menu (Superfish)

I have a webpage, having drop down menus using Superfish. I have embedded a YouTube video on that page, using iframe. The problem is, YouTube video overlaps the menu. This issue is there on IE and Chrome. On Firefox, this works fine.

The solution to this issue is to have <param name="wmode" value="transparent" /> within the <object> tag. But as this is an YouTube video, and we are using iframe to embed the YouTube video, we can't add <param name="wmode" value="transparent" /> to the code.

There is another solution and which works right now is, to embed the YouTube video using the old code.

I would like to know how to fix this issue?

like image 769
Debiprasad Avatar asked Oct 21 '11 18:10

Debiprasad


1 Answers

Try ?wmode=transparent at the end of your url

like image 103
Simon Arnold Avatar answered Nov 06 '22 16:11

Simon Arnold