Bonjour,

J'ai crée mon menu déroulant!
côté HTML et CSS!

****HTML****
<table border="0" width="148" cellspacing="0" cellpadding="0" class="">

<tr id="menu4">
<td>&nbsp;&nbsp;&nbsp;</td>
<td colspan="2" width="114" height="25"><a href="#" onFocus="blurLink(this);" onMouseOver="changeBGcolor('menu4','#092282');" onMouseOut="changeBGcolor('menu4','');" class="menu_left_5">menu</a></td>
</tr>
<tr><td>&nbsp;</td>
<td id="menu10" height="25" >&nbsp;&nbsp;&nbsp;<a href="#" onFocus="blurLink(this);" onMouseOver="changeBGcolor('menu10','#ffffff');" onMouseOut="changeBGcolor('menu10','');" class="submenu_left_5">sous menu1 </a></td>
</tr>
<tr>
<td width="5">&nbsp;</td>

<td id="menu11" height="25" >&nbsp;&nbsp;&nbsp; <a href="#" onFocus="blurLink(this);" onMouseOver="changeBGcolor('menu11','#ffffff');" onMouseOut="changeBGcolor('menu11','');" class="submenu_left_5">sous menu2 </a></td>
</tr>
<tr>

</tr>
</table>

****CSS****
/* CSS Document */

.menu_left_5 {
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu_left_5:hover {
COLOR: #ffffff; TEXT-DECORATION: none
}
.menu_left_5_hl {
FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu_left_5_hl:link {
COLOR: #ffffff
}
A.menu_left_5_hl:visited {
COLOR: #ffffff
}
A.menu_left_5_hl:hover {
COLOR: #ffffff
}
A.menu_left_5_hl:active {
COLOR: #ffffff
}
A.menu_left_5_hl:unknown {
COLOR: #ffffff
}
A.submenu_left_5 {
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif; TEXT-DECORATION: none
}
.submenu_left_5_hl {
FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Arial, Verdana, Geneva, Helvetica, sans-serif; TEXT-DECORATION: none
}
le problème C que je veux apparaitre un jeu d'affichage!!!

Bon je vous décris le résultat désiré:

Au début, il n'y a affichage que de "menu", onfocus; ya un changement de BGcolor(bleu) onclik; ya BGcolor(bleu) et affichage de sous menu!!
Rq: aprés le clik sur menu le BG reste bleu, il n'y a de retour au couleur initial que si on clik sur un menu2 (de même niveau)

Quant au sous menu, même principe, il y a juste un BGcolor(blanc)

J'ai jamais fait du js, bon C l'occasion!!! mais il me faut un coup de pouce pour avancer!!!

Merci d'avance pour tout type de réponse,
Cordia lement