Couleur d'un lien active
Fermé
minachou
-
3 août 2011 à 16:18
yahoobing Messages postés 180 Date d'inscription jeudi 16 juin 2011 Statut Membre Dernière intervention 15 août 2012 - 3 août 2011 à 16:52
yahoobing Messages postés 180 Date d'inscription jeudi 16 juin 2011 Statut Membre Dernière intervention 15 août 2012 - 3 août 2011 à 16:52
A voir également:
- Couleur d'un lien active
- Créer un lien pour partager des photos - Guide
- Lien url - Guide
- Verifier un lien - Guide
- Excel cellule couleur si condition texte - Guide
- Somme si couleur - Guide
1 réponse
yahoobing
Messages postés
180
Date d'inscription
jeudi 16 juin 2011
Statut
Membre
Dernière intervention
15 août 2012
5
3 août 2011 à 16:52
3 août 2011 à 16:52
C'est sa que tu veut:
A:link {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: #ff5700;
text-decoration: none;
}
A:active {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: red;
text-decoration: none;
}
A:visited {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: #ff5700;
text-decoration: none;
}
A:hover {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: #A716FB;
text-decoration: none;
}
A:link {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: #ff5700;
text-decoration: none;
}
A:active {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: red;
text-decoration: none;
}
A:visited {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: #ff5700;
text-decoration: none;
}
A:hover {
font-size: 10pt;
font-family: "arial";
font-weight: bold;
color: #A716FB;
text-decoration: none;
}