19 Jan
2001
19 Jan
'01
8:15 p.m.
From: richard@bizarsoftware.com.au
I've ended up hacking a version of special_dtml / ClassicHTMLFile that serves up CSS. Has anyone got a better way of doing it (that detects changes in the file and serves it up with the correct Content-Type)?
Richard
Try my ZStyleSheet product http://www.zope.org/Members/haqa/ZStyleSheet It will read your static CSS file, and allows for (IMHO) a much more logical view of the CSS. It also allows browser base branch exclusion - Removing sections from the sheet that will malfunction on a particular browser. Adrian...