Ver Mensaje Individual
  #3 (permalink)  
Antiguo 03/06/2009, 10:53
Serenity
 
Fecha de Ingreso: marzo-2002
Mensajes: 299
Antigüedad: 22 años, 1 mes
Puntos: 1
Respuesta: Poner div sobre iframe

Gracias ssclamp,

tengo lo siguiente:

<html>
<body>
<head>
<style type="text/css">
#imagen{ position:absolute; z-index:1; }
#cuadro{ position:absolute; z-index:0; }
</style>

</head>

<body>

<iframe name="cuadro" src="fotos.htm" width="708" height="526"></iframe>

<p>&nbsp;</p>

<div id="imagen">
<img src="imagenes/logotipo.jpg" width="708" height="25">
</div>
</body>
</html>