Foros del Web » Creando para Internet » CSS »

ayuda con max-height y overflow

Estas en el tema de ayuda con max-height y overflow en el foro de CSS en Foros del Web. hola como siempre, problemas en IE6: en esta web uso para el encabezado una capa que tiene un max-height y overflow: visible, la capa debajo ...
  #1 (permalink)  
Antiguo 07/02/2009, 11:00
 
Fecha de Ingreso: octubre-2006
Mensajes: 562
Antigüedad: 17 años, 5 meses
Puntos: 12
ayuda con max-height y overflow

hola
como siempre, problemas en IE6:
en esta web uso para el encabezado una capa que tiene un max-height y overflow: visible, la capa debajo de ella deberia mostrarse casi a la mitad de la anterior, porque no funciona?

Código:
#header{
    float: left;
    width: 740px;
    max-height: 110px !important;
    _height: expression(this.scrollHeight > 111? "110px": "auto");
    overflow: visible;
    position: relative;
    z-index: 200;
}

#content{
    background: url(../images/panel.jpg) no-repeat;
    width: 740px;
    float: left;
    position: relative;
    z-index: 0;
}
si no me entienden, mirenla con FF, asi es correcta

gracias
  #2 (permalink)  
Antiguo 07/02/2009, 12:07
Avatar de Dalvenjha  
Fecha de Ingreso: febrero-2008
Ubicación: $("#oficina");
Mensajes: 692
Antigüedad: 16 años, 1 mes
Puntos: 53
Respuesta: ayuda con max-height y overflow

No abre el site...
__________________
Mi Showcase ||

Compartiendo todo lo posible con los demás.
  #3 (permalink)  
Antiguo 09/02/2009, 09:59
 
Fecha de Ingreso: octubre-2006
Mensajes: 562
Antigüedad: 17 años, 5 meses
Puntos: 12
Respuesta: ayuda con max-height y overflow

está disponible
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 12:00.