Hello all, first im very sorry if u dont understand me because im
french and my english is not very good.
I have make an accordion menu with the scriptaculous toggle and
BlindUp, if i was use only the toggle, the opened items of my menu was
staying open if was press another button of the menu, that why i have
add BlindUp.
But the problème is if i change to much fast press between the
différents button the menu bug and the submenu is under the principal
menu button.
You can see the problem on this in progress website :
http://www.webdesigner-freelance.eu/work/E-quartier/15Love/
If someone have an idea of the problem and a solution it will be very
hellpfull !
i put the code of the menu too :
<div id="sousMenuMarron">
<div class="btn"><a href="#"><img
src="images/structure/btn-
presentation.png" alt="presentation" width="161"
height="13" /></a></
div>
<div class="btn"
onclick="Effect.toggle(''listeToggle'',''blind'',{delay:
0, duration:0.5});
Effect.BlindUp(''listeToggle2'');"><a
href="#"><img
src="images/structure/btn-relation-presse.png" alt="relation
presse"
width="161" height="13" /></a></div>
<div id="listeToggle" class="liste"
style="display:none;">
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Domaine
d''intervention</a></div></div>
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Philosophie /
notre savoir faire</a></div></div>
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Méthodologie</
a></div></div>
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Nos
références</a></div></div>
</div>
<div class="btn"
onclick="Effect.toggle(''listeToggle2'',''blind'',{delay:
0, duration:0.5});
Effect.BlindUp(''listeToggle'');"><a
href="#"><img
src="images/structure/btn-evenement.png" alt="evenement"
width="161"
height="15" /></a></div>
<div id="listeToggle2" class="liste"
style="display:none;">
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Domaine
d''intervention</a></div></div>
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Philosophie /
notre savoir faire</a></div></div>
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Méthodologie</
a></div></div>
<div class="btnsmenu"><div
class="fondSbtn"><a href="#">Nos
références</a></div></div>
</div>
<div class="btn"><a href="#"><img
src="images/structure/btn-
equipe.png" alt="equipe" width="161"
height="13" /></a></div>
<div class="btn"><a href="#"><img
src="images/structure/btn-
contact.png" alt="contact" width="161"
height="6" /></a></div>
</div>
Thank u very much.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Spinoffs" group.
To post to this group, send email to
rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---