- From: Joel Jancovic <joj@altique.com>
- Date: Mon, 03 Aug 1998 17:27:06 +0200
- To: www-style@w3.org, www-html@w3.org
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 ?
Thanks for your help.
Received on Monday, 3 August 1998 12:00:05 UTC