Geoff G
11-21-2002, 08:00 PM
Hi, guys. I'm new at this, so be gentle.
I'd like to know why only some of my CSS formatting works in Netscape (both 4.7 and 7.0)--it works properly in IE.
Here's the problem CSS code, in its entirety:
BODY {background: "#00CC33"}
H1 {font-size: 40pt; color: "#663399"; font-family: "cataneo bt"}
p, tr {font-size: 20pt; color: "#663399"; font-family: "cataneo bt"}
.leg {font-size: 26pt; color: "red"; font-family: "copprplgoth bd bt"}
A:link {color: "#663399"; text-decoration: none }
a:active {color: "#00ff00"; text-decoration: none }
a:visited {color: "#663399"; text-decoration: none }
Specifically, the problem is that colours (background, font) are not recognized. The span colour works, but none of the hex colours (well, the A:link colours work, but incorrectly--the visited links are different from the non-visited, and the active links don't change at all).
Any insight would be appreciated...
Thanks, Geoff.
I'd like to know why only some of my CSS formatting works in Netscape (both 4.7 and 7.0)--it works properly in IE.
Here's the problem CSS code, in its entirety:
BODY {background: "#00CC33"}
H1 {font-size: 40pt; color: "#663399"; font-family: "cataneo bt"}
p, tr {font-size: 20pt; color: "#663399"; font-family: "cataneo bt"}
.leg {font-size: 26pt; color: "red"; font-family: "copprplgoth bd bt"}
A:link {color: "#663399"; text-decoration: none }
a:active {color: "#00ff00"; text-decoration: none }
a:visited {color: "#663399"; text-decoration: none }
Specifically, the problem is that colours (background, font) are not recognized. The span colour works, but none of the hex colours (well, the A:link colours work, but incorrectly--the visited links are different from the non-visited, and the active links don't change at all).
Any insight would be appreciated...
Thanks, Geoff.