On 08/03/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?

The 'Content-type' of the CSS files is set to be
application/octet-stream, as opposed to text/css (or even text/plain).
This would be breaking Firefox (and any other standards-compliant
internet browser).

-- 
Cheers,
Sasha
______________________________________________________________________
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/

Reply via email to