Nicky McCatty wrote:
> On this website, I set an a:link definition that's blue for text. 
> http://grantsetcetera.com/index.html
>  
> I have have a different a:link color (white instead of blue) for the Level 3 
> text buttons, and that part worked. However, the a:hover is white, instead of 
> red (FF0000).
> Where is my mistake?
>
> This is the page I am concerned with. 
> http://grantsetcetera.com/pages/credits.html
>
> Thanks,
> Nicky
>
>
>   


Try making the selector specific?
#content a:link {...}
#content a:visited {...}
#content a:hover {...}
#content a:active {..}

Best,
~d

-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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