Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/07/2009, 18:25
Avatar de deirdre
deirdre
 
Fecha de Ingreso: mayo-2009
Mensajes: 690
Antigüedad: 15 años
Puntos: 45
Respuesta: redimensionar iframe al tamaño del DIV padre

Hola jonee

Este es tu código:

Código HTML:
<BODY>
<br>
Notice how the iframe gets its size according to the window size.<Br>
When you resize the window the iframe will resize too.<br><br>

<span id=info>
<!-- This is just for displaying some information -->
</span>
<br>
<br>
<br>
<br>
<iframe id='glu' width=100% onload='resize_iframe()'></iframe>

<div align='right'>&copy; 2003 Guy Malachi - guymal.com, All Rights Reserved</div>
</BODY> 
No tienes el iframe dentro de ningún div.

Te puedes explicar un poco mejor.

Bye