Set wmode attribute to transparent for the embed shortcode to make drop-down menu hover over YouTube embed in Internet Explorer

wordpress.stackexchange https://wordpress.stackexchange.com/questions/88700

Pregunta

When you hover over my drop-down menu using IE8 or IE9, the menu div will display behind the YouTube embedment. It works fine on all other browsers.

Upon research, I found out that many others have the same problem and the solution is to set the wmode attribute to transparent. So for instance <iframe width="578" height="325" src="http://www.youtube.com/embed/XXXX?wmode=transparent"></iframe> or <param name="wmode" value="transparent" />.

My question is, how do I adjust the Wordpress [embed] shortcode to set the wmode attribute to transparent?

No hay solución correcta

Licenciado bajo: CC-BY-SA con atribución
scroll top