[jQuery] Re: superfish bg images - almost there!

2009-05-13 Thread gfranklin
You need to add the style for the li.sfHover to match a:hover. .sf-menu ul a:hover { color: #fff !important; background: #005daa !important; } SHOULD BE LIKE THIS: .sf-menu ul a:hover, .sf-menu li.sfHover a { color: #fff !important; background: #005daa !important

[jQuery] Re: superfish bg images - almost there!

2009-05-12 Thread PapaBear
On Mar 25, 6:32 am, durill wrote: > most every part is working for me, including using background images. > when the mouse hovers, the background image changes as does the text > color. perfect. currently, i only have thesuperfishmenu on the > "Discounts" link so that is the link i am speaking