[jQuery] Re: Superfish problem with pathClass

2008-03-27 Thread jrabbit
I managed to make it work by altering the hasUl function to return all tags, not just those with children, which makes a mockery of the function name, but solves the issue that the over() function never runs for 's without children, and thus doesn't hide its sibling's children. hasUl = function

[jQuery] Re: Superfish problem with pathClass

2008-03-26 Thread Joel Birch
This sounds like an issue I faced when using this type of menu recently. I worked around the issue by adding a nested ul with one item that duplicated the parent's href. I used the text in the nested link as extra information about the parent link and also as a label for the page when that is the