Re: CSS inline question

by "Lauren Hanka" <bluejay(at)starband.net>

 Date:  Mon, 22 Oct 2001 12:49:29 -0700
 To:  "Virginia Blalock" <virginia(at)visionsnet.com>,
<hwg-techniques(at)hwg.org>
  todo: View Thread, Original
Oops... I left a "first:" in there, which specifies a "class." I usually use
several link color schemes to compliment the colors of various page sections
like this:

<.STYLE TYPE="text/css">

<!--
a.first:link { color: #entercolorcodehere; text-decoration: underline }
a.first:active { color: #entercolorcodehere; text-decoration: underline }
a.first:visited { color: #entercolorcodehere; text-decoration: underline }
a.first:hover { color: #entercolorcodehere; text-decoration: underline }

a.second:link { color: #entercolorcodehere; text-decoration: underline }
a.second:active { color: #entercolorcodehere; text-decoration: underline }
a.second:visited { color: #entercolorcodehere; text-decoration: underline }
a.second:hover { color: #entercolorcodehere; text-decoration: underline }

a.third:link { color: #entercolorcodehere; text-decoration: underline }
a.third:active { color: #entercolorcodehere; text-decoration: underline }
a.third:visited { color: #entercolorcodehere; text-decoration: underline }
a.third:hover { color: #entercolorcodehere; text-decoration: underline }
-->

<./STYLE>


Lauren


----- Original Message -----
From: "Lauren Hanka" <bluejay(at)starband.net>
To: "Virginia Blalock" <virginia(at)visionsnet.com>; <hwg-techniques(at)hwg.org>
Sent: Monday, October 22, 2001 12:35 PM
Subject: Re: CSS inline question


> Hi Virginia,
>
> I do it this way...
>
> <.STYLE TYPE="text/css">
>
> <!--
> a.first:link { color: #entercolorcodehere; text-decoration: underline }
> a.first:active { color: #entercolorcodehere; text-decoration: underline }
> a.first:visited { color: #entercolorcodehere; text-decoration: underline }
> a.first:hover { color: #entercolorcodehere; text-decoration: underline }
> -->
>
> <./STYLE>
>
> HTH,
> Lauren
>
>
>
> ----- Original Message -----
> From: "Virginia Blalock" <virginia(at)visionsnet.com>
> To: <hwg-techniques(at)hwg.org>
> Sent: Monday, October 22, 2001 11:00 AM
> Subject: CSS inline question
>
>
> >
> > I am adding styles to a link (anchor) tag and have the basic part
down(the
> > actual color and text size of the tag). I also want to add hover and
> > visited styles but so far what I have tried has not worked. Is there a
way
> > to do this? I am doing this inline because this will serve as a file
> called
> > through SSI.
> >
> > "They that can give up essential liberty to obtain a little temporary
> > safety deserve neither liberty nor safety."
> > - Benjamin Franklin, Historical Review of Pennsylvania, 1759.
> >
> > http://www.visionsnet.com            http://www.esportfans.com
> > virginia(at)visionsnet.com                virginia(at)esportfans.com
> >
>

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA