Bonjour
J'ai fait ce code mais il marche que sur IE
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
 
#contenu{
border-bottom-with:2px;
border-bottom-color:#FF0000;
border-bottom-style:solid;
border-right-with:2px;
border-right-color:#FF0000;
border-right-style:solid;
border-left-with:2px;
border-left-color:#FF0000;
border-left-style:solid;
}
comment faire pour le rendre compatible avec IE et FF en meme temps?
Merci