We have superfish working well with image replacement for the top level menu items. We use different images for each item based on normal, active, hover. The active states and normal states are working properly. The only problem is with ie6 since it seems to not support li:hover and we are replacing the images on the li.
I noticed using firebug that when a top level menu item is hover over superfish adds the class sfHover to the li but it only does this on the li of the current (active) menu item only. When you roll over any other top level items they do not get the sfHover class. I'm not sure if this was intended but it has caused a bit of a problem because with our implementation we can only get the hover image replacement working in ie6 on the "current" top level menu item that also has the "current" class. What im asking is can superfish be updated to add the class sfHover to all li for atleast the top level menu items when hovered over. It seems this class is needed for ie6 and image replacement. Thanks