Hi Carleigh,

Sorry for the delay in replying - I've been really busy.

This should solve it I think. In the css rule with the selector:
#nav li:hover, #nav li.sfHover, #nav a:focus, #nav a:hover, #nav
a:active { ... }

you need to have this selector also: #nav li:hover a, #nav li:sfHover a
I notice that further down in that file you have #nav li:hover > a,
#nav li.sfHover > a but that will not work in IE6 as that type of
selector was not supported in that browser. Hope this helps.

As for why the class instead of id: I wanted to make it easy for
people to add Superfish to already existing suckerfish menus which
likely already have an id associated with them. I figured adding a
class to the nav and adding the bits of Superfish css as necessary
would be less work than the other way. Also, if you want multiple
menus on a page a class approach is better than an id.

Good luck.
Joel Birch.

Reply via email to