Salut à tous !
Merci pour le tuto bien fait est clair !
Alors pb sous IE pas sous FF :
Ca marche bien lorsque la souris est sur le menu :
http://jibees.free.fr/BO/menu4.jpg
Mais lorsque la souris vient sur le sousmenu, la taille du bloc redevient la taille du menu !
http://jibees.free.fr/BO/menu5.jpg
Conclusion c moche !

voila mon CSS

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
z-index:2;
width: 100%;
top: 14em;
left: 11em;
}
#menu dl {
float: left;
margin: 0px;
}
#menu dt {
cursor: pointer;
}
#menu dd {
border: 2px solid #FFFC00;
width: auto;
display: none;
z-index:1;
position: absolute;
}
#menu li {
text-align: left;
background: #B90105;
width: auto;
z-index:1;

}
#menu dt a {
display: block;
height: 100%;
border: 0 none;
position: absolute;

}
#menu li a:hover, #menu dt a:hover {
}

a {
font-weight: bold;
font-size: 12px;
font-family: "Arial";
text-decoration: none;
color: white;
}

a:hover {
text-decoration: none;
color: #FFFC00;
}