h3.titre a {
    color: #eef;
}

should do it...

On Wed, Jul 9, 2008 at 6:20 PM, Colin Mcgarry <[EMAIL PROTECTED]> wrote:

> I'm sure my problem is ridiculously simple but it's driving me mad.
>
> Firefox tells me my link is
> div#contenu>liste-article>ul .somm-titre>li>h3.titre>a
>
> What is the syntax for setting the color of the link.
> i've tried
>
> a.h3.somm-titre{
> color: #eef;
> }
>
>
> a.somm-titre{
> color: #eef;
> }
>  a.h3.titre{
> color/#eef;
> }
>
> cpmac
>
> but it stays black . The general "a" attribute is at the top of the css
> file.
>
>
> ______________________________________________________________________
> 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/
>
______________________________________________________________________
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