Problème script menu déroulant
mely86
-
arthezius Messages postés 3538 Date d'inscription Statut Membre Dernière intervention -
arthezius Messages postés 3538 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'ai un problème avec mon script de menu déroulant, il marchai très bien mais sans faire exprès j'ai fais une modif qui à tou fait buger !
Voila comment il se présentait :
Bouton : Top, Haut
en cliquant dessus apparaissait :
Taille 34
Taille 36
etc...
Voici le script actuel qui ne fonctionne plus :
<div align="center"><a href="http://www.temple-de-la-mode.com/boutique-tag-top_haut.html"><img width="165" height="32" border="0" src="http://www.temple-de-la-mode.com/images/t/top/top.png" alt="" /><br />
<br />
</a><span style="display: none;">
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t34.html">Taille 34<br />
</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t36.html">Taille 36</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t38.html">Taille 38</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t40.html">Taille 40</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t42.html">Taille 42</a></p>
</span></div>
Pouvez vous m'aider et me dire ce qui ne va pas ?
Merci d'avance
J'ai un problème avec mon script de menu déroulant, il marchai très bien mais sans faire exprès j'ai fais une modif qui à tou fait buger !
Voila comment il se présentait :
Bouton : Top, Haut
en cliquant dessus apparaissait :
Taille 34
Taille 36
etc...
Voici le script actuel qui ne fonctionne plus :
<div align="center"><a href="http://www.temple-de-la-mode.com/boutique-tag-top_haut.html"><img width="165" height="32" border="0" src="http://www.temple-de-la-mode.com/images/t/top/top.png" alt="" /><br />
<br />
</a><span style="display: none;">
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t34.html">Taille 34<br />
</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t36.html">Taille 36</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t38.html">Taille 38</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t40.html">Taille 40</a></p>
<p style="margin-bottom: 10px; margin-top: 0px; text-align: center;"><a href="http://templedelamode.wifeo.com/boutique-tag-t42.html">Taille 42</a></p>
</span></div>
Pouvez vous m'aider et me dire ce qui ne va pas ?
Merci d'avance
A voir également:
- Problème script menu déroulant
- Menu déroulant excel - Guide
- Excel menu déroulant en cascade - Guide
- Menu déroulant google sheet - Accueil - Guide bureautique
- Script vidéo youtube - Guide
- Supprimer menu déroulant excel - Forum Excel
Le ligne Taille 36, 38, etc... sont masqué par le CSS embarqué display: none;
Celui devait être prévu pour être changé par un javascript ou CSS je pense.
Il faut donc chercher par là...