Also something I found out the hard way. Don't use underscores in class
names.  eg. Not Text_black NS 4.7 and IE use them. NS 6 does not. Use a CSS
style checker and set it for CSS1.  That helps. NS6 is not only CSS1
compliant (mostly) but extremely picky, like the rest of it.

-----Original Message-----
From: Xing Li [mailto:[EMAIL PROTECTED]]
Sent: Thursday, November 16, 2000 11:44 AM
To: CF-Talk
Subject: OT: Netscape 6 and StyleSheets


Although not CF related many of us use stylesheets everyday so I thought
this might save some of you headaches come support time.

Netscape 6 is case sensitve when it comes to style class declarations and
usage. Netscape 4.7 and IE are not case sensitive when it comes to style
class names.

For a dummy text class of:
    .TextBlack {text-decoration: none}

<span class="TextBlack">Blah</span> will work in Netscape 6 and
<span class="textblack">Blah</span> will not.

I was in shock when Netscape 6 killed my homepage before I found out what's
really going on.

Xing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
https://secure.houseoffusion.com

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to