Re: External CSS issues with Mozilla/Firefox/Netsc

message from sesupergenius on 21 Jul 2004
I do have the background color set in my external CSS at

body {
background-color: #525252;
}
I changed the images from png to gif. but it still remains the same. I can
put all the CSS inline into the doc and it will work fine, but it just won't
pick it up externally. Any other suggestions??
 
trx replied to sesupergenius on 21 Jul 2004
Your server is sending the wrong mime type. Here is the error from the
Mozilla JavaScript console:

Error: The stylesheet
http://www.cpa-ws.com/clients/regionxix/demo/test/media/scripts/region19css.css
was not loaded because its MIME type, "text/plain", is not "text/css".

Here is a link that will explain:

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

Contact your host or server administrator. They should fix this.
 

Archived message: Re: External CSS issues with Mozilla/Firefox/Netsc (Macromedia Dreamweaver Web Design)