On Thu, Jan 30, 2003 at 12:16:13PM +1300, John S Veitch wrote: > [...] none of the pages in my site display properly > in Mozilla because Mozilla doesn't read the style sheets. The > question is why? [...] > http://www.ate.co.nz/
When I go here: http://jigsaw.w3.org/css-validator/validator-uri.html and feed in the address of your stylesheet, here's what I get: "I/O Error: Unknown mime type : text/plain" So, it looks as if your Web server's not set up to send CSS files as text/css. That could be the guts of the problem. > If I add the document type definition for HTML4 transitional the > style sheets are then read by Mozilla. You're telling it to expect HTML4.0 Transitional, then feeding it something else. Quirky ;) So, in quirks mode, perhaps Mozilla stops being fussy about being handed text/plain when it wants text/css? (Those were just guesses.) Tim -- Timothy Musson - [EMAIL PROTECTED] _o) http://homepages.ihug.co.nz/~trmusson/ /\\ . . . . . . . . isohydric marmot shunt _\_V
