Ver Mensaje Individual
  #13 (permalink)  
Antiguo 02/12/2008, 06:14
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: div que ocupe todo el navegador???

Pues no sé, pero yo diría que esto te debería funcionar perfectamente, al menos como estoy imaginando que lo quieres hacer, que igual me equivoco:

Cita:
<style type="text/css">
html, body {margin: 0;width:100%;height:100%;overflow: hidden;}
</style>
</head>
<body>
<div id="principal" style="width:100%;background-color:#090; height:100%;">
<div id="izquierda" style="width:15%; height:100%; float:left; background-color:#090;"></div>
<div id="derecha" style="width:85%; height:100%; float:left; background-color:#FF9;">
<iframe id="f2" name="f2" scrolling="auto" style="width:100%; height:600px;" frameborder="0" src="./galeria_presentacion/1.php">
Su navegador no soporta inline frames, o está configurado actualmente para no mostrar los inline frames
</iframe>
</div></div>
__________________
Visita mi nueva web idplus.org