[Zope] Zope 2.3.0 beta 1 comments

Jens Vagelpohl jens@digicool.com
Wed, 17 Jan 2001 08:32:34 -0500


i had the intermittent "browser displays the CSS text and not the real page"
in another situation go away by expressly setting the content type in the
linked CSS file. the first line would become...

<dtml-call "RESPONSE.setHeader('Content-Type','text/css')">

jens


on 1/17/01 8:20, Martijn Pieters at mj@digicool.com wrote:

> On Wed, Jan 17, 2001 at 10:07:30AM +0000, Chris Withers wrote:
>> - When you resize the top frame, you get back a load of CSS (but as text
>> and without a content type) This didn't happen in a2.
> 
> If you switch to inline CSS (instead of linked CSS) this problem will go
> away. In a2 the inline/linked descision was made for you by using browser
> sniffing (which isn't very reliable as many people use filtering proxies
> these days).
> 
> Netscape 4 is just way broken. I suspect that is also why Netscape
> sometimes doesn't render a page.