Thanks for the suggestion.  I just added the DTD declaration and still get
inconsistent blank pages.

The CSS is run through our fusebox framework 'cause we send slightly
different CSS down for NS4 browsers (don't specify margin's on some classes
since it throws off spacing).  The request comes back as text/css mime type
and is pure CSS, no HTML in it.

Best regards,

Sam

-----Original Message-----
From: Kevin Graeme [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 16, 2003 2:17 PM
To: CF-Community
Subject: Re: Is Safari really prime-time ready? Do we need to consider it
supported in our apps?

Declare a DTD. If you don't, then the browsers run in quirks mode. Looking
at your code, you need to put this at the very top:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

See if that helps.

Also, I'm almost completely ignorant of Fusebox, but that CSS link looks odd
to me. I kind of understand that in Fusebox everything is pulled in through
the index page, but I'd look at how the CSS for that actually is formatted.
If you put any <html><head><body> etc tags in the CSS page, then funny
things could happen.

-Kevin

[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to