- From: Jagelund, Andreas <andreas.jagelund@capgemini.se>
- Date: Thu, 15 Feb 2001 13:11:45 +0100
- To: "'www-style@w3.org'" <www-style@w3.org>
- Message-ID: <F2E9F107BF07D41186FD00A0C9A40C6979FB8D@GOT01>
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 07:12:05 UTC