C'est marrant chez moi çà marche
http://www.farscapefrenchscapers.fr/linkscss.php
Le CSS qui t'interresse :
<style type="text/css">
<!--
a {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
}
a:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
background-color: #FFFF00;
}
.linkgrp {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
background:none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
.linkgrp:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
background:none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
a.linkgrp {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
background:none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
a.linkgrp:hover {
font-family: Geneva, Arial, Helvetica, sans-serif;
text-decoration: none;
background:none;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
-->
</style>
petite précision : les deux lignes de css sans le a sont destinées à enlever le cadre (bleu ou violet) par défaut
Désolé j'ai choisi n jaune différent
Modifié par Scorpius (06 Oct 2007 - 14:55)