width dans un liens CSS ???

  • Créateur du sujet Créateur du sujet Vince71
  • Date de début Date de début
A

Anonyme

Invité
Toujours des probléme avec les feuille de style :rolleyes:
Est-ce que pour un liens on peux mettre width: 50px; ?
Je m'explique :

a:link {
background-image : url(images/fondmenu2.gif);
text-decoration : none;
padding : 3px 15px;
color : #000000;
font-size : 10px;
border-style : solid;
border-width : 1px;
border-color : #cccccc;
margin : 2px;
width: 50px;
}
a:visited {
background-image : url(images/fondmenu2.gif);
text-decoration : none;
padding : 3px 15px;
color : #000000;
font-size : 10px;
border-style : solid;
border-width : 1px;
border-color : #cccccc;
margin : 2px;
width: 50px;
}
a:hover {
background-image : url(images/fondmenu3.gif);
background-color : #ffffff;
padding : 3px 15px;
color : #000000;
font-size : 10px;
border-style : solid;
border-width : 1px;
border-color : #cccccc;
margin : 2px;
width: 50px;
}
a:active {
background-image: none;
background-color : #f3f3f3;
text-decoration : none;
padding : 3px 15px;
color : #000000;
font-size : 10px;
border-style : solid;
border-width : 1px;
border-color : #cccccc;
margin : 2px;
width: 50px;
}

Avec ça j'obtient des onglets qu'on peux voir ici et je voudrais qu'il fassent tous la même largeur mais width ne marche pas .. peut-être qu'il faut utiliser <div class ... mais pour un liens ? le validateur CSS ne me repprochent rien ...
Pouvez vous m'aidez ?
:confused: