Recent comments
- RTL -> Right To Left
1 day 2 hours ago - Best News Ever!
1 day 2 hours ago - features
1 day 3 hours ago - jCarousel 0.2.5 which
3 weeks 6 days ago - RTL Superfish
4 weeks 4 days ago - New
4 weeks 4 days ago - :D
11 weeks 6 hours ago - Hi,
i'm the author of
11 weeks 12 hours ago - Good Info, thank you.
12 weeks 2 days ago - Thank you
Very Useful
:)
13 weeks 1 day ago
Who's online
There are currently 0 users and 2 guests online.

I think I figured out the
I think I figured out the fix. In my case I was using the vertical menu. Within the standard superfish-vertical.css file are styles for the arrow directions. I made these changes:
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; }
changed to:
.sf-vertical a > .sf-sub-indicator { background-position: -10px 0; }
and
.sf-vertical li.sfHover > a > .sf-sub-indicator {background-position: -10px 0;}
changed to:
.sf-vertical li.sfHover > a > .sf-sub-indicator {background-position: 0px 0;}
My arrows are now the lighter shade when not hovered, and the brighter shade when hovered, as the original menu behaves.