salu,  
  
voila: j'ai un (début) de code css qui est sencé m'aficher trois images les unes a la suite des autres sur la même ligne,
mais le problème est que la troisième image sa place en dessous des autres.
 
| Code : 
 #en_tete{float: left;   width: 220px;   height: 150px;   background-image: url("images/haut_gauche.gif" );   background-repeat: no-repeat;   margin-bottom: 0px;   margin-top: 0px;}#en_tete2{   width: 831px;   height: 150px;   background-image: url("images/haut_banniere.gif" );   background-repeat: no-repeat;   margin-bottom: 0px;   margin-left: 220px;}#en_tete3{   width: 149px;   height: 150px;   background-image: url("images/haut_droit.gif" );   background-repeat: no-repeat;   margin-bottom: 0px;   margin-left: 1051px;   margin-top: 0px;}
 | 
 
 
 
pouvez-vous m'indiquer où mon erreur de trouve?  
  
merce beaucoup a+
 
EDIT: c'est bon j'ai trouvé mon erreur merci quand-même
 
Message édité par martomy le 19-11-2007 à 19:48:46