Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/06/2008, 10:25
Avatar de marcozeb
marcozeb
 
Fecha de Ingreso: septiembre-2004
Mensajes: 10
Antigüedad: 19 años, 5 meses
Puntos: 0
Respuesta: Max-height en imagenes para Internet explorer 6. COMO!!??

Hola que tal, te cuento que web-eando por ahi encontre solucion a eso del max-height en ie6.

#contenedor {
max-height: 300px;
overflow: hidden;
height: expression(this.scrollHeight > 301? "300px": "auto");
}

podes encontrar mas informacion en este link

http://www.librosweb.es/referencia/css/max-height.html