[thelist] simple html css question

Simon Hibbard shibbard at seri.co.uk
Fri Jun 28 06:21:01 CDT 2002


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

<a href="#" class="newClass">link</a>

> -----Original Message-----
> From: PeterV [mailto:peter at poorbuthappy.com]
> Sent: 28 June 2002 11:34
> To: thelist at lists.evolt.org
> Subject: Re: [thelist] simple html css question
>
>
>
> ><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>
>
> Thanks! How do you do it if you want to declare these styles
> for certain
> links but not for others? Feeling dumb now!
> Peter
>
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !
>



More information about the thelist mailing list