![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
19/12/2006, 13:06
|
| | Fecha de Ingreso: octubre-2006 Ubicación: Quart de Poblet, Valencia
Mensajes: 767
Antigüedad: 18 años, 3 meses Puntos: 8 | |
Re: Mis estilos no corren el firefox .TextoBotonMenuIqz a{
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #891721;
font-style: normal;
font-variant: normal;
text-decoration: none;
}
text-decoration:none tiene todo el texto normal con esa clase, lo que tiene que hacer es ponerle al link "a" también el text-decoration:none;
Saludos!
PD: Creo que con poner esto tienes bastante:
.TextoBotonMenuIqz a{
text-decoration: none;
} |