[jQuery] Re: Superfish: width of top level links - great with js off - too wide with js on

2009-12-05 Thread Dasher
Thanks Charlie. Removing "padding-right:2.25em;" for ".sf-menu a.sf-with-ul" in the css arrows section did the trick. Changed .sf-menu a.sf-with-ul { min-width:1px; padding-right:2.25em; } to .sf-menu a.sf-with-ul { min-width:1px; } Looks the same with js on and off now. Thank you Charlie.

[jQuery] Re: Superfish: width of top level links - great with js off - too wide with js on

2009-12-05 Thread Dasher
Hey Charlie, Thanks for that. Unfortunately that makes no difference to the width of the top level items for me - only the drop down sub items. So it doesn't appear to be that In combination, commenting out this line does not have any affect on the top level width either: $('ul.sf-menu > li > a