[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-24 Thread slflinders
Is there a way to make the sub-menu items have a solid background when they don't have the focus? Thanks! On Dec 22, 5:29 am, slflinders slflind...@gmail.com wrote: Thank you. This gets me very close to what I want. The only problem now is that when I hover over the top level menu item, the

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-22 Thread slflinders
Thank you. This gets me very close to what I want. The only problem now is that when I hover over the top level menu item, the sub-menu items appear and have a transparent background as well. As soon as I move focus to a sub-menu item, it takes on the solid background color I want. Is there a way

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-21 Thread slflinders
Yes, that's exactly what I want to accomplish. I tried your suggestion below, but it doesn't work. When I remove the background color definition from the '.sf-menu a' item, all menu items have a transparent background. No matter what colors I specify in the '.sf-menu li' items, they don't have

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-21 Thread slflinders
I'm still looking for help on this issue. Any other suggestions? On Dec 21, 6:56 am, slflinders slflind...@gmail.com wrote: Yes, that's exactly what I want to accomplish. I tried your suggestion below, but it doesn't work. When I remove the background color definition from the '.sf-menu a'

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-21 Thread Dasher
OK - remove that last bit re: .sf-menu li { background: transparent; } /*top level*/ .sf-menu li li { background: #F0F; } /*second level*/ .sf-menu li li li { background: #000; } /*third level*/ I think given the spans and extra classes you have added you'll need to do this... Change in your

[jQuery] Re: Superfish - Background Color on Sub-Menus

2009-12-20 Thread Dasher
Howdy, I think I know what you'e after. + Transparent background on top level links + Solid background on sub links The link you referred to returns a 404 page so I could not see it in action. I would do it by removing the background colour from the 'a' item and adding it to the 'li' item