[jQuery] Re: Superfish: drop down slide down / slide up effect - how to?

2010-01-26 Thread Dasher
Thanks Angel. Wow, that slide down looks great! Do you know how to make it slide back up on mouse-out too (eg to match that slide down / up effect on the http://spicebrains.com/multi-level-drop-down-menu/#examples page)?

[jQuery] Re: superfish: disable arrows in first list

2009-12-31 Thread Dasher
Hi Frank, In the $(document).ready(function() { area... Below the superfish ($('ul.sf-menu').superfish({ call... add... $('ul.sf-menu li a span').remove(); I found that in this forum somewhere and that worked for me. Good luck

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-21 Thread Dasher
to theratrike.com/ home.html instead. Thanks for your help. On Dec 20, 10:05 pm, Dasher sea...@gocreate.com.au wrote: Howdy, I think I know what you'e after. + Transparent background on top level links + Solid background on sub links The link you referred to returns a 404

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-20 Thread Dasher
Howdy, I think I know what you'e after. + Transparent background on top level links + Solid background on sub links The link you referred to returns a 404 page so I could not see it in action. I would do it by removing the background colour from the 'a' item and adding it to the 'li' item

[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

[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] Superfish: drop down slide down / slide up effect - how to?

2009-12-03 Thread Dasher
Hello, I have just discovered superfish - it is awesome - the jquery interaction is great. Is it possible to have the superfish drop down items slide down and slide up like the menu on this page? http://spicebrains.com/multi-level-drop-down-menu/#examples I really love that effect and have seen

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

2009-12-03 Thread Dasher
Hello, I am setting up my first superfish menu and having an issue with the width of the top level link tabs. When javascript is off, the width of the top level links look exactly how I want them - with flexible width to accomodate the link text and 7px padding either side. When javascript is