Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/04/2008, 05:00
juancete
 
Fecha de Ingreso: febrero-2007
Mensajes: 69
Antigüedad: 17 años, 2 meses
Puntos: 0
Re: problema herencia de clases con IE

creo que el IE no reconoce la herencia por lo que encontre en un manual

Código:
.foo.bar {
font-weight: bold;
}

The preceding rule applies only to elements
that reference both class names in their class attribute.
Internet Explorer incorrectly interprets chained class names;
only the last class name in the chain is recognized.