Ver Mensaje Individual
  #18 (permalink)  
Antiguo 10/10/2012, 13:25
jetemias
 
Fecha de Ingreso: marzo-2012
Mensajes: 47
Antigüedad: 12 años, 1 mes
Puntos: 0
Respuesta: Problema iFrame Firefox e IE

Caso uno:
Código HTML:
body, html {
      height: 100%;
    }
    #page { width: 874px; margin: 0 auto; height:100%;}
    #page { padding: 0 28px; min-height: 100%; background: url(images/bg.gif) repeat-y center 0; }
     
    #main { border-bottom: solid 1px #e3e7e9; margin-bottom: 6px; height:100%;}
     
    iframe{
    height: 100%;
    width: 100%;
    }
Caso dos (sin el head y el body):
Código HTML:
    #page { width: 874px; margin: 0 auto; height:100%;}
    #page { padding: 0 28px; min-height: 100%; background: url(images/bg.gif) repeat-y center 0; }
     
    #main { border-bottom: solid 1px #e3e7e9; margin-bottom: 6px; height:100%;}
     
    iframe{
    height: 100%;
    width: 100%;
    }
Saludos

EDIT: He modificado el estilo css y por lo menos ahora ya se ve bien el foro, aunque la página no se termine de visualizar correctamente, es decir, en la parte inferior de la web, mi div con id="page" no se visualiza correctamente en toda la web, estoy tratando de resolverlo.

Última edición por jetemias; 12/10/2012 a las 06:42 Razón: Nueva información