Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/09/2010, 08:03
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 14 años, 10 meses
Puntos: 1517
Respuesta: Iframe de altura 100% no funciona en Firefox

Algo así
Código PHP:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <title>iframe</title>
  6. <style>
  7. html, body{
  8.     margin: 0;
  9.     width: 100%;
  10.     height: 100%;
  11. }
  12. iframe{
  13.     width: 100%;
  14.     height: 100%;
  15.     border: 0;
  16. }
  17. </style>
  18. </head>
  19. <body>
  20.  
  21. <iframe name='ifr' src="http://www.forosdelweb.com/f18"></iframe>
  22.  
  23. </body>
  24. </html>

PD: Lo digo por si acaso, respeta el derecho de autor
__________________
Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos