Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created September 5, 2013 17:39
Show Gist options
  • Save SpencerCooley/6453491 to your computer and use it in GitHub Desktop.
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.
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