[thelist] simple html css question

Tom McMillen tgmcmillen at yahoo.co.uk
Fri Jun 28 05:13:05 CDT 2002


> >How do you do that again when you want a link to be
> grey not underlined and
> >when someone hovers over it blue not underlined? I
> suck at CSS, honestly...
> >and i'm at home without my books
>


<style>
a { text-decoration: none; color: grey; }
a:hover { text-decoration: underline; color: blue; }
a:visited { text-decoration: none; color: grey; }
a:link { text-decoration: none; color: grey; }
a:active { text-decoration: none; color: yellow; }
</style>

t


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com



More information about the thelist mailing list