salut à tous;
dans ma feuille de style si je fais:
Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
 
	border-style: solid ;
	border-left-width : 1 px ;
	border-top-width : 1 px ;
	border-right-width : 1 px ;
	border-bottom-width : 1 px ;
j'aurai une bordure fine sous IE et ce que je veux ,mais un peu gros sous Firefox .
et si je fais:
Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
	border-style: solid ;
	border-left-width : thin ;
	border-top-width : thin ;
	border-right-width : thin ;
	border-bottom-width : thin ;
ca donne bordure fine sous Firefox et bordure un peu gros sous IE.