Is this in reference to Netscape 6 or Netscape 4? Netscape 4's problems with
CSS are legendary, Netscape 6 has good support for it, as long as you don't
confuse standards-based CSS and the DOM with Microsoft's implementation.
It's up to the developer to take responsibility for understanding the
differences.

A well designed CSS1 page does not require browser-sniffing in the first
place. CSS2 should only be delivered to IE5 and Netscape 6. Don't even
bother trying CSS positioning with Netscape 4. It can be done, but generally
it's impossible to justify spending your clients' money on the effort.

Chuck White
Director, Creative and Product Development
Javertising
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
Author, Mastering XML, Premium Edition /
Sybex Books, February, 2001                /
                                                             /
Author, IE 5 Developer's Guide           /
IDG Books                                        /
                                                        /
/ / / / / / / / / / / / / / / / / / / / / / / / / / / /


----- Original Message -----
From: "Scott Stirling" <[EMAIL PROTECTED]>
To: "JRun-Talk" <[EMAIL PROTECTED]>
Sent: Monday, December 11, 2000 8:56 AM
Subject: RE: More on Netscape problems with .css files


> I didn't have anything to do with the JMC code, but isn't this discovery
> consistent with the hypothesis that it's a bug in Netscape?  That's what
> everyone else has been saying, even with documented references.
>
> Scott Stirling
> Allaire Corporation
> http://www.allaire.com/developer/jrunreferencedesk/
>
> > -----Original Message-----
> > From: Cristian Satnic [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, December 11, 2000 9:48 AM
> >
> >
> > I have strong reasons to believe that Allaire knows that JRun has some
> > problems when serving .css files for Netscape.
> >
> > I was looking through the jsp code for the admin app and for
> > example on the
> > page which builds the navigation tree (left frame) there is
> > code similar to
> > this:
> >
> > if browser is IE then use this
> > <LINK HREF='/aaa.css' REL='stylesheet' TYPE='text/css'>
> > else use this
> > <STYLE>put .css stuff in here </style>
> >
> > The 'else' part was seen as the solution for the netscape
> > problems but it
> > does has its downsides (such as the .css page would not be cached).
> >
> > Is this really a bug and if yes, is there some kind of fix planned?
> >
> > Thanks,
> > Cristian
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

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

Reply via email to