03/06/2009, 10:53
|
| | Fecha de Ingreso: marzo-2002
Mensajes: 299
Antigüedad: 22 años, 8 meses 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> </p>
<div id="imagen">
<img src="imagenes/logotipo.jpg" width="708" height="25">
</div>
</body>
</html> |