26/11/2006, 08:38
|
| | Fecha de Ingreso: octubre-2006
Mensajes: 22
Antigüedad: 18 años, 3 meses Puntos: 0 | |
He estado investigando es forma y no sabria bien como hacerlo.
te mando el codigo por si acaso
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Prueba</title>
<style type="text/css">
<!--
#Contenedor {
MARGIN: auto;
WIDTH: 19.9cm;
TEXT-ALIGN: left;
height: 21.5cm;
}
#Pie {
WIDTH: 4cm;
TEXT-ALIGN: justify;
height: 4cm;
background-color: #0066CC;
}
-->
</style>
</head>
<body>
<div id=Pie></div> En este caso esta por encima del iframe APARECE el div
<DIV id="Contenedor">
<IFRAME SRC="Inicio.htm" NAME="Iframe" HEIGHT="710" WIDTH="398" >
<div id=Pie></div> No apereceria por estar debajo
</div>
</body>
</html>
Necesito ayuda,es algo muy curioso que no se como solucionar
Muchas gracias pablinff |