Html et css

Fermé
hraiwen - 15 avril 2009 à 12:24
 domdom - 16 avril 2009 à 08:51
Bonjour,
je veux que le lien <a href>sss</a> ne se souligne pas
comment faire
A voir également:

1 réponse

A.A_type2:link {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.A_type2:visited {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.A_type2:hover {
color: #757986;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.A_type2:active {
color: #E75A85;
text-decoration: none;
font-weight : bold;
font-family : Geneva, Arial, Helvetica, sans-serif;
}



<a href='#' class='A_type2'>Petit dejeuner</a>
0