[jQuery] Re: Superfish not attaching pathClass to navigation items

2009-04-04 Thread spinozagl
Superfish will not add those classes; only read them. You have to add those classes to the li tags yourself depending on what page is loaded; then superfish will read them and format them accordingly. On Mar 28, 3:55 pm, Fluvius wrote: > Hi, > > I'm usingSuperfish1.4.8 on my site (http://users.t

[jQuery] Re: Superfish 1.4.8

2009-04-04 Thread spinozagl
Yes, by making sure that the call to set current class on the li parents is made before calling superfish. That way superfish will know which li's are current. On Apr 3, 1:53 pm, spinozagl wrote: > Is it possible to keep the second level on the nav-bar visible when > one of the li

[jQuery] Re: Superfish Levels

2009-04-04 Thread spinozagl
Okay, the call to set classes on the li tags have to be made before calling superfish. That's what was missing. On Apr 3, 4:30 pm, spinozagl wrote: > How to ensure that in the navbar style menu the second level ul > remains visible to show the second level selected item. This ite

[jQuery] Superfish 1.4.8

2009-04-03 Thread spinozagl
Is it possible to keep the second level on the nav-bar visible when one of the listitems has the 'current' class associated with it.

[jQuery] Superfish Levels

2009-04-03 Thread spinozagl
How to ensure that in the navbar style menu the second level ul remains visible to show the second level selected item. This item and its parent are in the current path.