Using CSS to turn visited links another color

by "Vickie Burt" <vickie(at)icon.co.za>

 Date:  Sat, 16 Oct 1999 17:57:47 +0200
 To:  <hwg-style(at)hwg.org>
  todo: View Thread, Original
Hello everyone,

I am new to using style sheets and would really appreciate some help.

I am simply trying to turn visited links another color. I am using Explorer
4.0 and Navigator Gold 3.0. to test my programs. I have included something
in the <BODY> tag to cater for Netscape and it works fine. In Explorer, the
active link will show as underlined but the visited link will not change
color.

Here is a sample:

<HTML>
<HEAD>
<TITLE> </TITLE>

<STYLE TYPE="text/css">
<!--
     A:link {text-decoration: none; color: #0000CD; font-family: Arial}
     A:visited {text-decoration: none; color: #800080; font-family: Arial}
     A:hover {text-decoration: underline; color: #FF0000 font-family: Arial}
     -->
</STYLE>

</HEAD>

<BODY BGCOLOR="#FFE8BF" LINK="#0000CD" VLINK="#800080" ALINK="#FF0000">


Can anybody please tell me why it doesn't work. I really would appreciate
it.

Many thanks,

Vickie Burt
VB Onsite.

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