Hello,
at first: Thank you so much, for this module. It's just so cute. :-)
I would like to see a possibility to set the time intervalls for showing/hiding the submenus.
Something like Nielsen described here:
http://www.useit.com/alertbox/mega-dropdown-menus.html
Thus, the timing should be:
- Wait 0.5 seconds.
- If the pointer is still hovering over a navbar item, display its mega drop-down within 0.1 seconds.
- Keep showing it until the pointer has been outside both the navbar item and the drop-down for 0.5 seconds. Then, remove it in less than 0.1 seconds.
Maybe there is a step between and only a row of javascript code can do that, but unfortunately I'm not a programmer and can't write a line of javascript. Maybe somebody can give me a hint ...
Thanks
Comments
Comment #1
AlexisWilke commentedok018,
At this time, there is one value.
Edit the cutemenu.js file and search for 250 (line 80). And try with other values. This is in milli-seconds. So for 0.5 seconds, use 500.
I do not have the 0.1 seconds feature. In part because we only have one level.
You can test some more on this page 8-)
http://www.turnwatcher.com/doc_turnwatcher
Let me know if changing the 250 is useful or not.
Thank you.
Alexis
Comment #2
olafkarsten commentedHi Alexis,
thanks. That's it. Works fine for me. :-)
Greetings from Berlin
Olaf
Comment #3
AlexisWilke commentedOlaf,
Good, then I'll add the feature later for people to be able to make the change from the interface.
Thank you for reporting.
Alexis