Style all links in the stylsheet, as follows:

a:link {color: #xxxxxx} /* unvisited link */
a:visited {color:#xxxxxx} /* visited link */
a:hover {color: #xxxxxx} /* mouse over link */
a:active {color:#xxxxxx} /* selected link */

Val

2009/10/16 Chris Blake <ch...@3pointdesign.com>:
> helloo,
>
>
> <a style="text-decoration: none;" href="#">link</a>
>
> can i style the other states, e.g. hover, using this method of adding
> css or would i need to do it in the <head>?
>
> Thanks, CB

-- 
---------------------------
www.oakleafcircle.org.uk
www.valdobson.co.uk
www.astrodiary.co.uk
______________________________________________________________________
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