Salut,

Sous IE j'ai fais des liens entourés d'un cadre et d'une dimension précise: 100*20.
Sous IE donc ça passe très bien les dimensions sont respectées.

Sous FF par contre, le cadres colle au texte (Voyez l'image).
Voila mon code:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
a.top {
 width: 100px;
 height: 19px;
 padding-top: 1px;
 display: inline-block;
 background-image: url(images/atop.jpg);
 color: gray;
 text-decoration: none;
 border: 1px solid #DBDEDF;
 text-align: center;
 font-family: "Verdana";
}
 
a.top:hover {
 background-image: url(images/atophover.jpg);
 color: black;
}
Comment réglé ce problème?
Merci