problema media player zindex

  • Creatore Discussione Creatore Discussione metalgod
  • Data di inizio Data di inizio

metalgod

Nuovo Utente
4 Mar 2008
3
0
0
salve ho un problema da neofita html...

vorrei mettere un pulsante sopra un video embedded media player in una pagina html, ma settando zindex per entrambi (bottone e video) non riesco a risolvere nulla (il video rimane sempre sopra il bottone)...

vi posto il codice:



<html>
<head>
<style type="text/css">
input.btn{
color:#050;
font-family:'trebuchet ms',helvetica,sans-serif;
font-size:small;
font-weight:bold;
left: 0;
top: 0;}
</style>
</head>
<body>

<div style="z-index:999999999999999; vertical-align: top;">
<form name="form1" method="post" action="" style="z-index: 12">
<input type="button" value="Submit" class="btn" />
</form>
</div>

<OBJECT width="1024" height="768"
style="position:absolute; left:0; top:0; z-index:1;"
CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
type="application/x-oleobject">

<PARAM NAME="URL" VALUE="nomevideo.wmv">
<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
<PARAM NAME="AutoStart" VALUE="True">
<PARAM name="uiMode" value="none">
<PARAM name="PlayCount" value="9999">
</OBJECT>

</body>
</html>


grazie mille, scusatemi ma sono proprio ignorante in materia...
 

Discussioni simili