- From: Zoltan Hawryluk <zoltan@netcom.ca>
- Date: Thu, 15 Feb 2001 09:15:45 -0500
- To: "'Jagelund, Andreas'" <andreas.jagelund@capgemini.se>, "'www-style@w3.org'" <www-style@w3.org>
- Message-ID: <051686CF5E6CD211B8FC00A0C9D4CF4504A3C093@exmail.corp.netcom.ca>
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