Re: [css-d] FireFox CSS problem...

2007-03-09 Thread Matt Klein
Thank you all for your time and effort in solving this problem.   The
real problem is that the web server application I was using has no
configuration for MIME types so I couldn't add the text/css MIME type.
In the end,  I moved our website to our ISPs web server and all is well.
 
One less thing I have to maintain.  Woohoo!

-Original Message-
From: Michael Mistak [mailto:[EMAIL PROTECTED] 
Sent: Friday, March 09, 2007 8:17 AM
To: Matt Klein
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] FireFox CSS problem...


I have seen a similar issue where Firefox (or any Mozilla browser) won't
recognize a CSS file if it is served with the wrong MIME Type.

So first check that your server is serving .css files with the proper
MIME Type. 

(seems unlikely, but I've come across servers that are configured
improperly for something this basic)

Mike


On 3/7/07, Matt Klein  [EMAIL PROTECTED] wrote: 

Hi all -

I have a web site that I just finished developing. During development, I
had the website in a folder on my local computer with a sub-folder(css)
for storing CSS files.

I tested the site using both IE and FireFox and it displayed perfectly 
in both.

My problem is that once I move it to my web server, IE still displays it
just fine, but FireFox acts as though the CSS files don't exist. The
content appears, but with the CSS files being applied. 

I even changed my references to the CSS files to be explicit paths
instead of relative paths. Still IE is fine and FireFox doesn't seem to
find the CSS files.

I'm a little confused since it all worked fine when the site was on my 
local computer.Here's the link to the site www.sbcne.com/new


Any ideas?


Matt 

__ 
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/





-- 
Michael W. Mistak

Patriotism is loving your country always and your government when it
deserves it -Mark Twain 

If one would give me six lines written by the hand of the most honest
man, I would find something in them to have him hanged. - Cardinal
Richelieu 

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] FireFox CSS problem...

2007-03-08 Thread Matt Klein
Hi Ingo -

Can you tell me how you were able to determine the MIME type was
incorrect?

Matt

-Original Message-
From: Ingo Chao [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 07, 2007 4:42 PM
To: Matt Klein
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] FireFox CSS problem...


Matt Klein wrote:
 Hi all -
 
 I have a web site that I just finished developing. During development,

 I had the website in a folder on my local computer with a 
 sub-folder(css) for storing CSS files.
 
 I tested the site using both IE and FireFox and it displayed perfectly

 in both.
 
 My problem is that once I move it to my web server, IE still displays 
 it just fine, but FireFox acts as though the CSS files don't exist. 
 The content appears, but with the CSS files being applied.
...

The server is misconfigured: The actual MIME type of the css file, 
application/octet-stream, is not text/css, as it should.

Ingo

-- 
http://www.satzansatz.de/css.html

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] FireFox CSS problem...

2007-03-07 Thread Matt Klein
Hi all -

I have a web site that I just finished developing. During development, I
had the website in a folder on my local computer with a sub-folder(css)
for storing CSS files.

I tested the site using both IE and FireFox and it displayed perfectly
in both. 

My problem is that once I move it to my web server, IE still displays it
just fine, but FireFox acts as though the CSS files don't exist. The
content appears, but with the CSS files being applied.

I even changed my references to the CSS files to be explicit paths
instead of relative paths. Still IE is fine and FireFox doesn't seem to
find the CSS files. 

I'm a little confused since it all worked fine when the site was on my
local computer.Here's the link to the site www.sbcne.com/new


Any ideas?


Matt

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/