29 Jan
2001
29 Jan
'01
4:11 p.m.
richard@bizarsoftware.com.au wrote:
Of course, embedding the style in the page (a-la the Zope management interface) gets around this problem, but this is not an option for us.
This is a known bug in Netscape. The management interface does user-agent sniffing; "Mozilla/4*" that doesn't contain the string "MSIE" embeds the style while all other user-agent strings link the CSS instead. You'll notice that if you "view source" on MSIE, the CSS is linked rather than embedded. Perhaps you can use the same strategy. It's done in DTML. Shane