RE: Netscape problems

Netscape Navigator 4.x does not understand the A:link, A:visited, A:hover,
etc. (Netscape 6 does though).
 
This is a limitation of the browser (4.x has very limited support of CSS).
 
Z.

-----Original Message-----
From: www-style-request@w3.org [mailto:www-style-request@w3.org]On Behalf Of
Jagelund, Andreas
Sent: Thursday, February 15, 2001 7:12 AM
To: 'www-style@w3.org'
Subject: Netscape problems


How to make a .css-file to take effect in Netscape (v. 4.7)???
 
I have a .css file that contains the following:
 
A:link {
  font: normal normal x-small/normal "Century Gothic";
  text-decoration: none;
  color: #996600
}
 
A:visited {
  font: normal normal x-small/normal "Century Gothic";
  text-decoration: none;
  color: #996600
}
 
A:hover {
  font: normal normal x-small/normal "Century Gothic";
  text-decoration: underline;
  color: #996600
}
 

TABLE {
  font: normal normal x-small/1.2 "Century Gothic";
  text-decoration: none;
  color: #996600
}
 
P {
  font: normal normal x-small/1.2 "Century Gothic";
  text-decoration: none;
  color: #996600
}

H1 {
  font: normal normal small/0 "Century Gothic";
  text-decoration: none;
  font-weight: bold;
  color: #996600
}
 
H2 {
  font: normal normal x-small/0 "Century Gothic";
  text-decoration: none;
  font-weight: bold;
  color: #996600
}
 
H3 {
  font: normal normal x-small/0 "Century Gothic";
  text-decoration: none;
  font-weight: bold;
  color: #996600
}

using this  file doesn't make any sense in Netscape, except for the headers.
 
Any suggestions?
/Andreas

Received on Thursday, 15 February 2001 09:15:52 UTC