Drupal Nice Menus Dissapear After Pause Fix
If you are using Drupal with the Nice Menus module and if you hover over a menu item, then pause, then move off again, the entire drop down menu disappears. We found that this only happens when the anchor has a title tag. This line of jQuery fixes it:
$(".block-nice_menus a").removeAttr("title");

Comments
Post new comment