Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/04/2009, 12:14
fackius
 
Fecha de Ingreso: marzo-2009
Mensajes: 91
Antigüedad: 15 años, 10 meses
Puntos: 1
Respuesta: Fondo y capas con DIV

Alguien puede fijarse si me puede dar la solucion?--
Supongamos que tenemos este codigo.
EL archivo lo saque de por ahi, el codigo esta armado asi nomas. Solo quiero ver el ejemplo de lo que seria usar el z-index. Lo intenté pero no me funciona :S.
Se los dejo a ver si uds pueden.


Cita:
<html>
<head>
</head>
<body BGCOLOR="#000000">
<center><div STYLE="width:220px;height:327px;position:relative; z-Index:0;">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="ht tp://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="220" height="300" id="monstruo1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />

<param name="movie" value="ht tp://w w w.animacionesdiver.com/animaciones/monstruo1.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffcd" /> <embed src="ht tp://w w w.animacionesdiver.com/animaciones/monstruo1.swf" quality="high" width="220" height="327" name="monstruo1" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="ht tp://w w w.adobe.com/go/getflashplayer_es" />
</object></div>
<div STYLE="width:220px;position:relative;z-Index:1;color:red;size:-15px;">QUIERO QUE ESTO ESTE ARRIBA DE MI ARCHIVO SWF</div>
</center>
</body>
</html>

EN las direcciones Http hay un espacio entre las dos "tt" Y tambien hay entre las letras "www"..se lo puse porq no me permitia..por el tema de spam.

Gracias.