salut à tous;
dans ma feuille de style si je fais:j'aurai une bordure fine sous IE et ce que je veux ,mais un peu gros sous Firefox .
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 ;
et si je fais:ca donne bordure fine sous Firefox et bordure un peu gros sous IE.
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 ;
Partager