开发者

Why do my drop down menus take a full second to drop down?

开发者 https://www.devze.com 2023-02-21 16:12 出处:网络
I\'m working to develop a new site and I\'ve noticed that my menus drop down slower then 开发者_JAVA技巧those elsewhere.

I'm working to develop a new site and I've noticed that my menus drop down slower then 开发者_JAVA技巧those elsewhere.

The menu I'm referring to is on the top at [URL redacted]:

Men's | Women's | Youth | Type |


Your Menu script has a default delay parameter of 350.

You may want to change this parameter.


Your drop-down is being controlled by javascript, specifically menu.js, in which is a value: delay: 350 Try adjusting this to your taste.


It might help if you knew your way around the scripts you're using on your site.

If you look at your file in /server/js/menu.js, set your delay option to something less than 350.

0

精彩评论

暂无评论...
验证码 换一张
取 消