No problem, but I think I should correct my previous comment.

This is unnecessary if your menu is id"nav" as it would do nothing, as
it assumes your unordered list has the CLASS of sf-menu:
$("ul.sf-menu").superfish({
  autoArrows: false
});

And the first superfish block in my example above should look like
this:

$('#nav').superfish({
  delay: 750,
  speed: 'fast',
  autoArrows: false
});

I hope that helps.

Reply via email to