[thelist] RE: Mozilla 0.9.9 is out

Alderson, Russ russ.alderson at Circle.com
Tue Mar 12 10:28:00 CST 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
does anyone know of any problems or idiosynchracies that mozilla has with
linked style sheets?

we are using this method and mozilla is not picking up the styles:

<link rel="stylesheet" type="text/css" href="/common/common.css" />
<script language="JavaScript" type="text/javascript">
	<!--
	//
	if (document.all) {
		document.write('<link rel="stylesheet" href="/common/ie.css"
type="text/css" />');

	}else if ((navigator.appName == "Netscape") &&
(navigator.userAgent.indexOf("Gecko") == -1)) {
		document.write('<link rel="stylesheet"
href="/common/netscape.css" type="text/css" />');

	}else if ((navigator.appName == "Netscape") &&
(navigator.userAgent.indexOf("Gecko") != -1)) {
		document.write('<link rel="stylesheet" href="/common/ie.css"
type="text/css" />');
	}
	// -->
</script>

<tip type="validator" author="russ alderson">
 an excellent HTML validator for those really picky clients that also
integrates with Homestite is CSE Validator and can be found at
http://www.htmlvalidator.com it's about $100 but it catches everything and
you can configure it however you like.
</tip>

-----Original Message-----
Message: 12
Date: Mon, 11 Mar 2002 21:32:31 -0500
From: Jon Hall <jonhall at ozline.net>
To: thelist at lists.evolt.org
Subject: [thelist] Mozilla 0.9.9 is out
Reply-To: thelist at lists.evolt.org

Speaking of Mozilla...the last release before 1.0 is upon us.

Mozilla's site is bogged down. Get it from this mirror...
ftp://archive.progeny.com/mozilla/mozilla/releases/mozilla0.9.9

jon


--__--__--



More information about the thelist mailing list