Tema: Reto
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 17/07/2006, 19:04
ordsanmi
 
Fecha de Ingreso: abril-2006
Mensajes: 47
Antigüedad: 18 años
Puntos: 0
Solucionado

En la última linea del css

Código:
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#ddd;
width:96px; /* for IE5.5 faulty box model */
w\idth:86px; /* for IE6 */
}
El background se pone a #fff y solucionado