Hi, I'm having a bit of trouble with the Superfish jQuery plugin. I've got the CSS working such that if I put the class sfHover on an <li> it shows the right styles in IE6.
When I don't do that, and roll my mouse over either the link or the li tags, nothing happens. However, oddly, when I right click with the mouse, it then applies the class. The code looks like this, and uses the basic Superfish call as per the example: <ul class="navigation" id="main_navigation"> <li id="what_we_do"><a href="">What We Do</a></li> <li id="how_we_do_it"><a href="">How We Do It</a></li> <li id="who_we_are"><a href="">Who We Are</a></li> <li id="blog"><a href="">Blog</a></li> </ul> Tom