Re: CSS text decoration confusion

by =?iso-8859-1?Q?Josu=E9?= Figueira Machado <jmachado(at)mindspring.com>

 Date:  Thu, 22 Aug 2002 08:00:36 -0400
 To:  Nate Harel <nharel(at)nettech-services.net>,
hwg-techniques(at)hwg.org
 In-Reply-To:  services
  todo: View Thread, Original
Try this:

>a.regularlink, a:link.regularlink{
>         font-family: Verdana, Arial, Helvetica, sans-serif;
>         font-size: 12pt;
>         font-style: italic;
>         font-weight: bold;
>         color: Blue;
>         text-decoration : underline;
>}

You may also want to define a:visited.regularlink, a:hover.regularlink and=
=20
a:active.regularlink.

HTH,

Josu=E9


At 08:43 PM 8/21/2002 -0400, Nate Harel wrote:
>Hi,
>
>I set up a default description for links throughout a site using the=20
>following:
>
>a:link {
>         font-family: Verdana, Arial, Helvetica, sans-serif;
>         font-size: 12pt;
>         font-style: italic;
>         font-weight: bold;
>         color: 00698c;
>         text-decoration: none}
>
>
>All is working fine, however, there are some links that I want to turn OFF=
=20
>this description and use the default link values. So I figured I would=20
>define a "regularlink" and applied it to the link as required.
>
>.regularlink{
>         font-family: Verdana, Arial, Helvetica, sans-serif;
>         font-size: 12pt;
>         font-style: italic;
>         font-weight: bold;
>         color: Blue;
>         text-decoration : underline;
>}
>
>So I coded it like this--
><.A href=3D"http://www.domain.com" class=3D"regularlink">www.domain.com</A>
>
>However, I am finding that the "regularlink" is not being applied. It=20
>still goes to the first definition.
>
>Any ideas/suggestions as to why this would be happening?
>
>
>Nate
>
>                 ----------------------------------
>                             Nate Harel
>                         NetTech Services
>                           56 Pickering Street
>                   Needham, MA  02492
>                       Tel:  1-781-559-8176
>                   Toll Free: 1-877-567-8936
>                      FAX:  1-877-567-8936
>                 Email:  nharel(at)nettech-services.com
>                      www.nettech-services.net
>                      www.nettech-backup.com
>                      www.nettech-hosting.com
>                 ----------------------------------

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