[jQuery] Re: Superfish CSS questio

2009-11-09 Thread luciano991
Thanks. That takes care of the problem. All the best, luciano On Nov 8, 5:39 am, gfranklin gfrank...@gmail.com wrote: Luciano, http://apc.mcswebhost.com/about-us/history Your About button is assigned the class .active. It looks to me like .active has assigned #ccc background color. Just

[jQuery] Re: Superfish CSS questio

2009-11-08 Thread gfranklin
Luciano, http://apc.mcswebhost.com/about-us/history Your About button is assigned the class .active. It looks to me like .active has assigned #ccc background color. Just change .active to be something else. History button also has .active assigned to it, and .first-child as well, so look for

[jQuery] Re: Superfish CSS questio

2009-11-08 Thread Phil
Haven't looked closely at the css but just wanted to point out one thing. The order in which items appear in the style sheet is only one piece of the puzzle as to what is applied. Specificity is the larger. You can actually assign a numerical value to a selector to decide if it is more specific

[jQuery] Re: Superfish CSS questio

2009-11-07 Thread gfranklin
You need to change this chunk of your CSS code: === .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background: ##ad0303; outline:0; color: #fc3131; === The background has two pound signs (#),

[jQuery] Re: Superfish CSS questio

2009-11-07 Thread luciano991
Hello, Thanks for your response to my inquiry. I did have a bit of sloppy code there, and I believe I have fixed that now. I just have one problem remaining. When I click on the About Us link it goes to an article called History. That all looks great. But if I choose History from the drop down