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 (bouton2B) mon menu déroulant s’affiche

En vous remerciant pour vos aides

Ci-joint le script

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
       <table border="0" cellpadding="0" cellspacing="0" width="975" height="236">
          <tr>
----------------------------------
Le bouton ou doit se situer 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 partie du menu
-------------------------
                 <tr>
                  <td width="219" height="26"><a href="lien.htm"><span class="menuL22Off" buttonType="menuL22">texte dans le menu</span></a>
                </td>