[WSG] What tha!?

2004-03-29 Thread Universal Head
I just checked my site www.cinema4duser.com in Mozilla and it wasn't applying CSS. what the A#%^$* have I done??

Thanks 
Peter

x-tad-bigger
/x-tad-biggerUniversal Head 
Design That Works.

7/43 Bridge Rd Stanmore
NSW 2048 Australia
T	(+612) 9517 1466
F	(+612) 9565 4747
E	[EMAIL PROTECTED]
W	www.universalhead.com



RE: [WSG] What tha!?

2004-03-29 Thread P.H.Lauke
Your server is erroneously sending the CSS as text/html, which is the wrong MIME type 
as it should be text/css.
 
Check your server config.
 
p.s.: apologies if this formats wrong...outlook web client is buggy
 
Patrick

Patrick H. Lauke
Webmaster
External Relations Division 
Faraday House 
University of Salford 
Greater Manchester 
M5 4WT 

Tel: +44 (0) 161 295 4779

e-mail: [EMAIL PROTECTED]
webteam: [EMAIL PROTECTED]

www.salford.ac.uk

A GREATER MANCHESTER UNIVERSITY  


-Original Message- 
From: Universal Head [mailto:[EMAIL PROTECTED] 
Sent: Tue 30/03/2004 00:51 
To: [EMAIL PROTECTED] 
Cc: 
Subject: [WSG] What tha!?


I just checked my site www.cinema4duser.com in Mozilla and it wasn't applying 
CSS. what the A#%^$* have I done?? 

Thanks 
Peter 


Universal Head  
Design That Works. 

7/43 Bridge Rd Stanmore 
NSW 2048 Australia 
T (+612) 9517 1466 
F (+612) 9565 4747 
E [EMAIL PROTECTED] 
W www.universalhead.com 

b*'+-~u
+zmy-jwZ ?ub~gz'-x-^+-mx!zZ

RE: [WSG] What tha!? (CSS not rendering in Mozilla)

2004-03-29 Thread David McDonald
Peter,

I have had a similar problem with the BHP Billiton site recently. It
looks like the server does not have the mime type for CSS set
correctly.

In Mozilla, if you select Tools, Web Development, then Javascript
Console, you should see an error message reading:

Error: The stylesheet http://www.cinema4duser.com/css/main.css was
not loaded because its MIME type, text/html, is not text/css.

This is a problem on the server end, where they either don't have the
experience or the knowledge to set up mime types properly. I woulod
hazard a guess and say that the CSS mime type is set to
text/x-pointplus.

More info at:

http://devedge.netscape.com/viewsource/2002/incorrect-mime-types/


 Original Message 
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: [WSG] What tha!?
Date: Tue, 30 Mar 2004 09:51:00 +1000

I just checked my site www.cinema4duser.com in Mozilla and it wasn't 
applying CSS. what the A#%^$* have I done??

Thanks
Peter


Universal Head 
Design That Works.

7/43 Bridge Rd Stanmore
NSW 2048 Australia
T  (+612) 9517 1466
F  (+612) 9565 4747
E  [EMAIL PROTECTED]
W  www.universalhead.com


Regards,

David McDonald
Web Designer
http://www.davidmcdonald.org

*
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
*



RE: [WSG] What tha!?

2004-03-29 Thread Chris Keane



 
I just checked my site 
www.cinema4duser.com in Mozilla and it wasn't applying CSS. 

have 
you validated your CSS?
http://jigsaw.w3.org/css-validator/

I find 
that if part of the CSS is invalid, Mozilla ignores the wholething. 
Sometimes even a single line will crash it.
Try 
commenting out chunks of the CSS to see if you have a problematic 
line.