do you have header compression on? (just making wild guesses here)

On 5/15/06, Richard West <[EMAIL PROTECTED]> wrote:

Ok, so after investigating this more it does appear that I have the HTTP
Headers on my site -- they we at the main server level, which get inherited
at the site level.

I have also used a web tool that shows the actual HTTP headers and body
content received from the server when requesting a CSS page from my site. I
have pasted a snip of the results below:

Header (Length = 268):
HTTP/1.1·200·OK(CR)(LF)
Server:·Microsoft-IIS/5.0(CR)(LF)
X-Powered-By:·ASP.NET(CR)(LF)
Connection:·close(CR)(LF)
Date:·Mon,·15·May·2006·23:07:44·GMT(CR)(LF)
Content-Type:·text/css(CR)(LF)
Accept-Ranges:·bytes(CR)(LF)
Last-Modified:·Mon,·15·May·2006·20:44:37·GMT(CR)(LF)
ETag:·"10793d616078c61:92a"(CR)(LF)
Content-Length:·5995(CR)(LF)
(CR)(LF)

I found this tool at http://www.rexswain.com/httpview.html
-- neat resource for this type of trouble shooting.

Anyway, it appears that my server is correctly returning the "Content-Type:
text/css" within the header.

Any other ideas before I take a hammer to this server :-)

________________________________
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard West
Sent: Monday, May 15, 2006 6:02 PM
To: discussion@acfug.org
Subject: RE: [ACFUG Discuss] CSS Issues with Firefox



Wow --

Ok, after looking at the server configuration I can see the problem -- there
are no associations of any kind in the HTTP Header configuration section of
IIS - much less for CSS files to return the correct http header of text/css.

I'm looking back at our change log to to see what could have hosed my server
and I'm attempting to correct it now.

Thanks for everyone's help on this -- sometimes you get stuck looking in one
area for a problem and never suspect something else!



________________________________
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Ross
Sent: Monday, May 15, 2006 5:25 PM
To: discussion@acfug.org
Subject: Re: [ACFUG Discuss] CSS Issues with Firefox


Every time i have seen that issue it has been an invalid mime type... make
sure css is "text/css"


On 5/15/06, Sam Singer < [EMAIL PROTECTED]> wrote:
> Try adding this to the <html> tag:
> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
> <html xmlns=" http://www.w3.org/1999/xhtml";>
>
>
> >>> "Richard West" <[EMAIL PROTECTED]> 5/15/2006 3:59 PM >>>
> On my company website it was brought to my attention last Friday that
> none of the CSS files are being loaded when viewing it with Firefox.
>
> I have tested IE, Safari and Opera and they all look fine -- however
> Firefox is still refusing to load the CSS and this is causing me huge
> headaches.
>
> Does anyone have experience with a similar situation? I have been
> working on this over the weekend and today and I'm about to go crazy.
> I
> have resaved all of the CSS files to the server, examined them in Hex
> to
> look for any strange characters and can find nothing.
>
> If you have access to Firefox, and another browser (to see what is
> *should* look like) pay a visit to http://www.peachtreedata.com
>
> I'm going nuts here.
>
>
> Richard West
> Peachtree Data
> Phone: 678.987.4650
> Fax: 678.987.5650
>
>
>
>
> --------------------------------------------------------
>
> * To unsubscribe from this list, manage your profile @ *
>
> * http://www.acfug.org?fa=login.edituserform           *
>
> *                                                      *
>
> * For more info, see http://www.acfug.org/mailinglists *
>
> --------------------------------------------------------
>
>
>
> --------------------------------------------------------
> * To unsubscribe from this list, manage your profile @ *
> * http://www.acfug.org?fa=login.edituserform           *
> *                                                      *
> * For more info, see http://www.acfug.org/mailinglists *
> --------------------------------------------------------
>
>
>



--
Steven Ross
web application & interface developer
http://www.zerium.com
[phone] 404-488-4364
-------------------------------------------------------- *
To unsubscribe from this list, manage your profile @ * *
http://www.acfug.org?fa=login.edituserform * * * * For more
info, see http://www.acfug.org/mailinglists *
--------------------------------------------------------
-------------------------------------------------------- *
To unsubscribe from this list, manage your profile @ * *
http://www.acfug.org?fa=login.edituserform * * * * For more
info, see http://www.acfug.org/mailinglists *
--------------------------------------------------------
-------------------------------------------------------- *
To unsubscribe from this list, manage your profile @ * *
http://www.acfug.org?fa=login.edituserform * * * * For more
info, see http://www.acfug.org/mailinglists *
--------------------------------------------------------


--
Steven Ross
web application & interface developer
http://www.zerium.com
[phone] 404-488-4364


--------------------------------------------------------
* To unsubscribe from this list, manage your profile @ *
* http://www.acfug.org?fa=login.edituserform           *
*                                                      *
* For more info, see http://www.acfug.org/mailinglists *
--------------------------------------------------------


Reply via email to