Stuart King wrote:
> I am trying to get my hover and current state a darker color and underlined.
> Unfortunately, this is not  working. The menu items stay the same. Please
> advise.
>
> URL:
> http://www.skingdesign.com/cb_site/pages/partners.html
>
> thanks.
>
> --s
>   

Assuming you mean the top menu(?), try:

#p7TBMroot .p7TBMtext li a {
    color: /*#B5AB93*/#990000;<----------------- ::
    /*text-decoration: none;*/<----------------- ::
}
.p7TBMsub li a {
    /*color: #B5AB93;*/color:#000;<----------------- ::
    /*text-decoration: none;*/<----------------- ::
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
    color: /*#BD9A68*/red; <----------------- ::
    /*text-decoration: none;*/<----------------- ::
}


-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to