[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Browser FAQ

Last updated on January 27, 2005.

How do I delay the time a menu takes to open a sub-menu?

Add the following line to your user.js file:

user_pref("ui.submenuDelay", 1000);

Or you can enter about:config in the location bar.
Add the the Integer preference ui.submenuDelay.
Modify the value to 1000.

You can change the value 1000 to however many milliseconds you wish.

[an error occurred while processing this directive]