Bonjour à tous,

Je constate, non sans un certain énervement, que lorsque je positionne 2 DIV contenant
une image dans le flux normal (verticalement), celles-ci se voit décalées de qqs pixels sur ie6.


pour la div 1 :
<img src="images/structure/header.jpg" alt="" width="800" height="128" />

la div 2 :
<img src="images/structure/menu_haut.jpg" alt="" width="800" height="22" />


et le CSS :

#header {
margin-top:0px;
margin-top:0px;
margin-bottom:0px;
margin-left:20px;
padding:0px;
border:0px;
width:800px;
height:128px;
}


#menu_haut {
margin-top:0px;
margin-bottom:0px;
margin-left:20px;
padding:0px;
border:0px;
width:800px;
height:22px;
}

Tout est impeccable sur Opera et Mozilla.

Merci d'avance pour l'aide que vous pourrez m'apporter