[jQuery] Cross Browser Issues - Simple use of JQuery

[jQuery] Cross Browser Issues - Simple use of JQuery


Hi,
I have a series of nested drop down lists being used for the
navigation on a website. I have added a click() event to certain
elements to toggle the visibility of some nested elements.
This works in Firefox and Opera perfectly but the wrong elements are
being toggled in IE6.
I think the problem lies within my use of $(this) or $(this).next()
Can anyone let me know if there is a known bug in this area, and if
possible suggest a fix/workaround.
An example of this issue is at http://www.good-together.co.uk/demo.htm
as it will make it clearly obvious what my problem is. Try this in
Firefox first and then in IE and it will be obvious.
Thanks