Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/11/2006, 14:49
Avatar de pablinff
pablinff
 
Fecha de Ingreso: diciembre-2005
Ubicación: Argentina
Mensajes: 383
Antigüedad: 18 años, 4 meses
Puntos: 7
Ya descubrí cual es tu problema, lo que pasa es que no estás cerrando la etiqueta <IFRAME>, tu código debería quedar así:
Código:
<html>
<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">
</IFRAME>
<div id=Pie></div> No apereceria por estar debajo
</div> 

</body>
</html>
Saludos y espero haberte ayudado!
__________________
I'm gonna start a revolution from my bed...