Bonjour à tous,
J'ai un petit souci avec du css et html avec seulement Firefox.
J'ai écris ceci sur ma page html
<div id="footer" align="center">
<a href="http://domaine.com/" target="_blank">Copyright © domaine.com</a>
</div>
Et sur mon css ceci
#footer a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
font-weight: normal;
color: #CCC;
text-decoration: underline;
text-align: center;
}
Mais dans firefox c'est comme si il ne prenait pas en compte le #footer a:link.
Pourquoi ?
Merci de votre aide
J'ai un petit souci avec du css et html avec seulement Firefox.
J'ai écris ceci sur ma page html
<div id="footer" align="center">
<a href="http://domaine.com/" target="_blank">Copyright © domaine.com</a>
</div>
Et sur mon css ceci
#footer a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 10px;
font-weight: normal;
color: #CCC;
text-decoration: underline;
text-align: center;
}
Mais dans firefox c'est comme si il ne prenait pas en compte le #footer a:link.
Pourquoi ?
Merci de votre aide