- From: Daniel Bulleros <DBulleros@iwiphil.com>
- Date: Thu, 17 Dec 1998 09:14:30 +0800
- To: "'www-html@w3.org'" <www-html@w3.org>
Is Netscape 4.x still not conversant with CSS? I have this piece of code:
<head>
<style type="text/css">
h1 { font: 72pt Tahoma bold; color:lime; background:lightblue }
</style>
</head>
<body text=crimson>
<h1>H E L L O</h1>
....
</body>
When this is viewed in IE4, it looks OK, but in Netscape 4.06, the word
"HELLO" appears in Times New Roman, the size is similar to font size=7,
there is no background color, and the text color is set to whatever color
you specify in the <body> tag.
Thanks.
Received on Thursday, 17 December 1998 00:20:56 UTC