>OBJECT> in z-index Rangfolge einbinden?

Status
Nicht offen für weitere Antworten.

GlassEye

Mitglied
Hallo,

ich habe ein FlashMovie erstellt und möchte diesen in meine "z-index"-Rangfolge einbinden. Darunter soll ein Alternativtext erscheinen (falls kein FlashPlugIn vorhanden). Darüber soll eine Grafik liegen, die den Movie teilweise überlagert.
Ich hatte gehofft, das Problem mittels z-index lösen zu können. Leider werden meine z-indexAngaben ignoriert. Der Movie liegt immer an oberster Stelle. Kennt jemand Abhilfe?

PHP:
<style type="text/css">

body {margin-top:0px;margin-left:0px;background-color:#333333;height:100%;}
#unten {position:absolute;top:95px;left:138px;width:585px;height:116px;padding:0px;z-index:1;}
#movie {position:absolute;top:95px;left:138px;width:585px;height:116px;padding:0px;z-index:2;}
#oben {position:absolute;top:80px;left:120px;width:50px;height:50px;padding:0px;z-index:3;}

</style>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">

<div id="unten"><p>Alternativtext</p></div>

<div id="movie">
<OBJECT classid="" 
 codebase="blabla"
 WIDTH="585" HEIGHT="116" ALIGN="">
 <PARAM NAME=movie VALUE="Movies/nav.swf">
 <PARAM NAME=quality VALUE=high>
 <PARAM NAME=bgcolor VALUE=#333333>
 <EMBED blabla </EMBED>
</OBJECT>
</div>

<div id="oben">
<img src="Grafiken/ueberlagerung.jpg" height="50px" width="50px">
</div>
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück