|
|
|
|
Bonjour
Voila j'ai un petit probleme de compatibilité de CSS avec firefox j'aimerai que les liens hypertextes ne soit pas soulignés
j'ai donc ecrit ça dans mon CSS
/*liens*/
a:link
{
text-decoration: none;
color :#4B4B4B;
}
a:hover
{
background-color: #DDDDDD;
text-decoration: none;
}
a:visited
{
color: gray;
text-decoration : none;
}
Mais les liens restent soulignés sous Firefox, ça marche tres bien sous Internet Explorer.
Merci pour vos conseil