[jQuery] superfish request- supersubs (left/right menu)

2008-10-15 Thread Mike Henke
Could the supersubs function also include an option to display the menu, left or right. It seems currently it depends on this line of code: // update offset position of descendant ul to reflect new width of parent .each(function(){

[jQuery] Re: SuperFish - always display some submenu items

2008-09-09 Thread Mike Henke
kinda like this? Superfish - display2 deep and have mouseover for anything deeper Options http://groups.google.com/group/jquery-en/browse_thread/thread/a1ea1b8efa9d60d1/3f1a6ff2d1a2fdb2?lnk=gstq=superfish#3f1a6ff2d1a2fdb2 It isn't solved yet but we maybe can combine our discussion if it is what

[jQuery] Re: SuperFish - always display some submenu items

2008-09-09 Thread Mike Henke
We might be trying to solve the same issue... http://groups.google.com/group/jquery-en/browse_thread/thread/a1ea1b8efa9d60d1/3f1a6ff2d1a2fdb2?lnk=gstq=superfish#3f1a6ff2d1a2fdb2

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-08 Thread Mike Henke
Thanks, the current class option is pretty cool and will be useful. Maybe this outline of the vertical navigation I am looking for will explain better. Level 1 and 2 always display. *level 1 **level 2 ***(hidden till mouseover of level 2) level 3 ***(hidden till mouseover of level 2) level

[jQuery] Re: Superfish: Gap between top level menu and popup..

2008-09-08 Thread Mike Henke
change the default .for the horizontal menu of sf-menu a { padding: . 75em 1em;} to .25em 1em and a gap will appear from the menu to where the drop down appears. I was implementing your comment about reducing the height of the menu by reducing the top and bottom padding on the anchor elements.

[jQuery] Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Mike Henke
I have the default vertical menu working great but I would like the first and second deep items to display and anything deeper have the mouseover slide-down animation. Any ideas how to accomplish this. I am very new to jQuery :-) Example: li class= a href=#a class=sf-with-ulFirst Levelspan

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Mike Henke
kind of like a alwaysOpen option

[jQuery] Re: Superfish - display2 deep and have mouseover for anything deeper

2008-09-05 Thread Mike Henke
Anybody?