Ver Mensaje Individual
  #7 (permalink)  
Antiguo 02/03/2006, 03:07
Avatar de tunait
tunait
Moderadora
 
Fecha de Ingreso: agosto-2001
Ubicación: Terok Nor
Mensajes: 16.805
Antigüedad: 23 años, 5 meses
Puntos: 381
Tiene asignada la capa un height?

dale estos estilos al documento de la popup

<style type="text/css">
body{
margin: 0;
height: 100%;
}
.tuCapa{
height: 100%;
overflow: auto;
}
</style>