Doing a quick search I did not see this answer but I know it must have been asked before.
How can I change the delay to show the a submenu. I want it to expand automatically on hover but just find it too sensitive and end up triggering it when I don't want to.
Delay to open submenu
Thanks Kevin,
That is working for my submenu's that are horizontal but I have a siteheader menu that has a vertical dropdown submenu and it does not appear to effect that menu.
Interesting is that this dropdown menu also has a submenu that cascades horizontally to the right and it is using the set delay. It appears to just not effect the submenu that drops down from the siteheader menu.
I noticed that I could set it outside the menustyle definition or within the style but it was a global setting so the last setting would take effect.
I can change many other settings for the menu styles and they are taken effect. Both IE and Firefox show the same thing.
This is an internal site right now and I would have to setup an external example if you need to see this working.
That is working for my submenu's that are horizontal but I have a siteheader menu that has a vertical dropdown submenu and it does not appear to effect that menu.
Interesting is that this dropdown menu also has a submenu that cascades horizontally to the right and it is using the set delay. It appears to just not effect the submenu that drops down from the siteheader menu.
I noticed that I could set it outside the menustyle definition or within the style but it was a global setting so the last setting would take effect.
I can change many other settings for the menu styles and they are taken effect. Both IE and Firefox show the same thing.
This is an internal site right now and I would have to setup an external example if you need to see this working.
Hi Blaine,
I dig... I think. Try setting horizontalMenuDelay = true; at the top of your menu_data.js file, where the other globals are set (note that there is no underscore, _, at the front of the variable name). That should apply the _menuOpenDelay to all submenus, regardless of the orientation of the parent menu.
Hope that helps,
Kevin
I dig... I think. Try setting horizontalMenuDelay = true; at the top of your menu_data.js file, where the other globals are set (note that there is no underscore, _, at the front of the variable name). That should apply the _menuOpenDelay to all submenus, regardless of the orientation of the parent menu.
Hope that helps,
Kevin