Salut tout le monde
Voila j ai un pb la , j ai mis un menu deroulant pour mes boutons du menu haut de ma page ,,, avec du java script et personnalisation de l'affichage sur Css , ca marche juste que je veux centrer le menu deroulant ,,, d une maniere a que ca soit apres survol un menu centre par rapport au bouton .
voici le code css :
#menu2 {
background-image: url(images/b2.gif);
width:124px;
height:20px;
}
#menu2 dt {
cursor: pointer;
margin: 4px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
background-image: url(images/b2.gif);
}
#menu2 dd {
border: 1px solid gray;
align : center;
}
#menu2 li {
text-align: center;
background: #0091D0;
font-weight: normal;
}
#menu2 li a, #menu2 dt a {
color: #fff;
text-decoration: none;
display: block;
border: 1px;
border-color: #ffffff;
border-style: solid;
height: 100%;
width:205px;
}
#menu2 li a:hover, #menu2 dt a:hover {
color: #fff;
text-decoration: none;
display: block;
border: 1px;
border-color: #ffffff;
border-style: solid;
height: 100%;
width:205px;
}
et merci et aussi un pb que j ai au niveau des decalage entre IE et firfox