David wrote:
> Ed
>
> When I check using the following link it passes
>
> http://jigsaw.w3.org/css-validator/
>
> But I agree am am getting the following on the javascript console
>
> Error: The stylesheet
> http://www.classicinteriors.uk.com/s...lassichome.css was not
> loaded because its MIME type, "text/plain", is not "text/css".
>
> I am confused as to why it works using my local file.
>
> if anyone has any ideas i'd be grateful.
>
> "Ed Mullen" <> wrote in message
> news:. ..
>
>>David wrote:
>>
>>>Has anybody any ideas why my CSS is not working in firefox, but is fine
>>>in IE, Also works fine in Firefox on localhost, you can check out the
>>>problem at
>>>
>>>http://www.classicinteriors.uk.com
>>>
>>>any help much appreciated.
>>>
>>>
>>>
>>>
>>>
>>
>>Not certain but your style sheet fails at the CSS Validator with the
>>following error:
>>
>>I/O Error: Unknown mime type : text/plain
>>
Your problem is in your server configuration, which is serving the css
file as text/plain, instead of text/css. It works locally because your
web server is out of the picture.
Contact your web host to rectify the situation.
Lee