[jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-12-10 Thread mikeromana
).superfish({autoArrows:  false}); mikeromana wrote:   Sorry to be a newb, but I am trying to do the same thing where there are no arrows in the main menu: Well, just delete the markup for the arrows then: $('#nav li a span').remove(); Where do I put that code? Thank you. On Nov

[jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-12-10 Thread mikeromana
discern YOU Rule! Thank you so much! And thank you for being thoughtful enough to include This assumes your superfish menu unordered list has an id of nav. Because that threw me off! Wishing you great karma. :) On Dec 10, 4:07 pm, discern cap...@gmail.com wrote: You can put it right after the

[jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-12-09 Thread mikeromana
Sorry to be a newb, but I am trying to do the same thing where there are no arrows in the main menu: Well, just delete the markup for the arrows then: $('#nav li a span').remove(); Where do I put that code? Thank you. On Nov 13, 9:25 am, discern cap...@gmail.com wrote: Perfect. Thank

[jQuery] Re: Superfish - Auto Arrows on sub menus only?

2009-12-09 Thread mikeromana
Hello, sort of a newb here. I had the same question. Just where do you add that code to stop the arrows from showing in the main nav bar? Thanks in advance. On Nov 13, 9:25 am, discern cap...@gmail.com wrote: Perfect. Thank you!