Re: CSS Query

I didn't think Netscape supported CSS at all?

There is no current version of Netscape, that supports CSS to my knowledge,
which in my opinion is completely rediculous.

The capabilities of css, and dhtml scripting, is amazing.
Netscape, is so far behind, I don't know if they will ever catch up.

-:cv
rosco @ www = indyrock.com
"you make every day seem like kindergarten"

----- Original Message -----
From: Daniel Bulleros <DBulleros@iwiphil.com>
To: <www-html@w3.org>
Sent: Wednesday, December 16, 1998 5:14 PM
Subject: CSS Query


> 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 12:46:57 UTC