Klappmenue im IE 9

lajilla

Mitglied
Hallo, habe folgendes Problem. Im IE 9 liegt mein Klappmenue hinter einem Video, im Firefox und im Google Chrom wird es korrekt angezeigt. Wer kann sich das bitte mal ansehen und mir eine Hilfestellung geben. Besten Dank im Voraus.
 
Hallo,
das ist der Code in der CSS:
CSS:
#menu {
  position:relative;
  z-index:9999;
	width: 100%;
	background-color: #ffcc99;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.5; 
        float: left;
}
Und das in der html:
HTML:
  <object width="440" height="250" type= "application/x-shockwave-flash" data= "http://www.youtube.com/v/OUDQhGIob-w?hl=de_DE&amp;version=3">
                <param name="movie" value= "http://www.youtube.com/v/OUDQhGIob-w?hl=de_DE&amp;version=3" />
                <param name="allowFullScreen" value="true" />
                <param name="allowscriptaccess" value= "always" />
              </object>
Der Link wäre:
 
Hi,
versuch mal <param name="wmode" value="transparent"> hinzuzufügen.
HTML:
<object width="440" height="250" type= "application/x-shockwave-flash" data= "http://www.youtube.com/v/OUDQhGIob-w?hl=de_DE&amp;version=3">
                <param name="movie" value= "http://www.youtube.com/v/OUDQhGIob-w?hl=de_DE&amp;version=3" />
<param name="wmode" value="transparent">
                <param name="allowFullScreen" value="true" />
                <param name="allowscriptaccess" value= "always" />
              </object>

Vielleicht hilft das schon.

Viele Grüße
 

Neue Beiträge

Zurück