Bonjour,
Voilà j ai un problème de background et auto de CSS , ne fonctionnent pas sous Firefox et safari alors que sous IE tout marche bien.
C'est à dire que le blanc n'apparaisse sur Firefox et safari .
voila le code css :
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
18
19
20
21
22
23
24
25 .grcenter { background:#fff; border:0; height:auto; margin:0 auto; padding:0; text-align:left; width:981px;} .grgch { background:#fff; float:left; width:250x; height:auto; padding:5px; margin:5px 0 0px 0; border:0px solid none; } .grdrt { background:#fff float:right; width:731px; height:auto; padding:5px; margin:5px 0 0px 0; border:0px solid none; ;}
Partager