Quote:
Originally Posted by Pvtiste
Thanks for this menu system. I just have a quick question. When my cursor goes on the menu, it drops down for a few seconds and I don't want it to drop down that long if I don't mean to look for something in the menu. Do you know what I mean ? I want the menu to drop down and disappear very quickly if I don't stay on it. Can we do that ?
Thanks in advance !
|
Hi,
at the very end of the code find this
Code:
<!-- Create Menu Settings: (Menu ID, Is Vertical, Show Timer, Hide Timer, On Click (options: 'all' * 'all-always-open' * 'main' * 'lev2'), Right to Left, Horizontal Subs, Flush Left, Flush Top) -->
<script type="text/javascript">qm_create(0,false,0,500,false,false,false,false,false);</script>
Find the 500 (In Red above) and change to 50, Then save,
That should speed up the changes
have fun