Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Firefox > CSS Not Working

Reply
Thread Tools

CSS Not Working

 
 
David
Guest
Posts: n/a
 
      11-28-2005
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.





 
Reply With Quote
 
 
 
 
Ed Mullen
Guest
Posts: n/a
 
      11-28-2005
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

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
 
Reply With Quote
 
 
 
 
David
Guest
Posts: n/a
 
      11-28-2005
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
>
> --
> Ed Mullen
> http://edmullen.net
> http://mozilla.edmullen.net



 
Reply With Quote
 
Leonidas Jones
Guest
Posts: n/a
 
      11-29-2005
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
 
Reply With Quote
 
Jeff Price
Guest
Posts: n/a
 
      11-29-2005
Thanks Lee,

I'll Contact them

Dave

--

Classic Interiors
9 Quay Road
Bridlington
East Yorkshire
YO15 2AB
Tel: 01262 400500
Fax: 01262 400296
"Leonidas Jones" <> wrote in message
news:2fNif.20525$ih5.482@dukeread11...
> 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



 
Reply With Quote
 
Ed Mullen
Guest
Posts: n/a
 
      11-30-2005
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
>>
>>--
>>Ed Mullen
>>http://edmullen.net
>>http://mozilla.edmullen.net

>
>
>


I go to the CSS Validator site and enter the URL of your style sheet
then I get the error. The URL for validation is:

http://jigsaw.w3.org/css-validator/v...usermedium=all

As Lee indicated the problem is with your Web server's configuration.

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
Save your breath, you'll need it to blow up your date.
 
Reply With Quote
 
David
Guest
Posts: n/a
 
      11-30-2005
Thanks Ed,

I am trying to sort it with my hosting company

Dave

"Ed Mullen" <> wrote in message
news:. ..
> 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
>>>
>>>--
>>>Ed Mullen
>>>http://edmullen.net
>>>http://mozilla.edmullen.net

>>
>>
>>

>
> I go to the CSS Validator site and enter the URL of your style sheet then
> I get the error. The URL for validation is:
>
> http://jigsaw.w3.org/css-validator/v...usermedium=all
>
> As Lee indicated the problem is with your Web server's configuration.
>
> --
> Ed Mullen
> http://edmullen.net
> http://mozilla.edmullen.net
> Save your breath, you'll need it to blow up your date.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS not working! Please help. =?Utf-8?B?UmljaGFyZA==?= ASP .Net 1 02-03-2006 07:02 PM
wifi not working on new hp, or not working after live update =?Utf-8?B?RHJhZ29ueA==?= Wireless Networking 1 10-01-2005 11:17 PM
css hyperlinks not working kiki ASP .Net 0 08-14-2004 05:10 PM
CSS - Load Balancing SMTP - Not working(HELP) Jim Cisco 2 12-17-2003 09:20 PM
Re: CSS linked in aspx not working Cy Huckaba ASP .Net 0 06-24-2003 11:30 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57