RE: Style sheet and Netscape

> -----Original Message-----
> From: www-style-request@w3.org [mailto:www-style-request@w3.org]On
> Behalf Of Joel Jancovic
> Sent: Monday, August 03, 1998 8:27 AM
> To: www-style@w3.org; www-html@w3.org
> Subject: Style sheet and Netscape
>
>
> Hello,
>
> I have a problem with Stylesheet and netscape.
>
> I define the style before the body section :
>
> <style type="text/css">
> <!--
> body	{ color: blue }
> //-->
> </style>
>
>  or
>
> <style>
> <!--
> body	{ color: blue }
> //-->
> </style>
>
> And in the body section I define the text (for compatibility
> with Netscape
> 3) :
>
> <font color="gray">My text here</font>
>
> netscape 4,X displays the text in gray. and IE in blue..
> Which navigator is
> right ?

After testing the examples I previously posted (which were based on the
information you provide here), I found that they both result in gray text in
*both* IE 4.01 SP1 and NN 4.05 (both Win32). What browser versions are you
using? Can you provide more concrete examples?

Braden

Received on Monday, 3 August 1998 18:07:27 UTC