Created
September 5, 2013 17:39
-
-
Save SpencerCooley/6453491 to your computer and use it in GitHub Desktop.
Looks like the <a> tags are not very tall on the navigation menu. There is a 400ms delay that will keep the menu showing, but if you don't move fast enough the menu will go away.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery('ul.sf-menu').superfish({ | |
delay:400, //looks like this is what is controlling the delay, maybe make it a little longer | |
// pathClass: 'current-menu-item', | |
// speed: 'fast', | |
autoArrows: true, // disable generation of arrow mark-up | |
dropShadows: false | |
// animation: {opacity:'show'} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment