Salut a tous.
Je poste, car j´ai un léger problème de soulignement.
En effet, j´ai mis mes titres h1, h1, etc.. pour qu´ils soient soulignés.
Tout marche bien, mais maintenant, j´aimerais mettre un element :before qui ne soit pas souligné.
Et là, ca ne veut pas..
Voila mon code CSS :
h1, h2, h3, h4 {
margin: 0;
padding: 0;
border: 0;
font-weight: normal;
text-decoration: underline;
font-variant: small-caps;
}
h1:before, h2:before, h3:before, h4:before {
content: "» ";
text-decoration: none;
}
Mais, l´objet avant, reste souligné.. Et je ne sais pas comment je pourrais faire.
Merci par avance 