11550 sujets

JavaScript, DOM et API Web HTML5

Bonjour,

J’ai créé un tableau dans mon script pour insérer des boutons avec une fonction DHTML, je souhaiterai qu’au passage de la souris sur le (bonton2B) mon menu déroulant s’affiche

En vous remerciant pour vos aides

Ci-joint le script


<table border="0" cellpadding="0" cellspacing="0" width="975" height="236">
<tr>
-----------------------------------
Le bouton ou dois ce situé le menu
-----------------------------------
<td width="171" height="4"><a onmouseover="document['fpAnimswapImgFP30'].imgRolln=document['fpAnimswapImgFP30'].src;document['fpAnimswapImgFP30'].src=document['fpAnimswapImgFP30'].lowsrc;" onmouseout="document['fpAnimswapImgFP30'].src=document['fpAnimswapImgFP30'].imgRolln" href="javascript:void(0)"><img border="0" src="Boutons/Bouton2.jpg" id="fpAnimswapImgFP30" name="fpAnimswapImgFP30" dynamicanimation="fpAnimswapImgFP30" lowsrc="Boutons/Bouton2B.jpg" width="171" height="23"></a></td>

<td width="509" height="4"></td>
</tr>
<tr>
<td width="967" colspan="4" height="232"></td>
</tr>
</table>
-----------------------------------------------------------------------------------------
Voici une parte du menu
-----------------------------------------------------------------------------------------
<tr>
<td width="219" height="26"><a href="lien.htm"><span class="menuL22Off" buttonType="menuL22">texte dans le menu</span></a>
</td>