My problem is similair to emos’s problem.
I am experiencing problems with the Safari browser (and only with Safari),
when loading my web page.
The problem I have is that safari shows my page in different looks,
because it does not always seem to load all css files (I have 7). When
you press the refresh button, things tend to get worse. When you
reload the page by hitting return in the url field, you probably get
to see the page in good shape.
hello,
I verified the cache, I clear it every time. However what i can do exactly to configure my server (I’m using an Apache server).
Here is the request related to a css file that can’t be downloaded (only with safari), a request without a response:
Request
Accept text/css,/;q=0.1
Referer …
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR) AppleWebKit/525.28 (KHTML, like Gecko) Version/3.2.2 Safari/525.28.1.
Here is the same request with firefox concerning the same file:
Date Fri, 15 Jan 2010 08:42:46 GMT
Server Apache/2.2.3 (Red Hat)
Connection close
Etag “123cd8-2443-47ca98e25c5c0”
Requête
Host 192.168.100.121
User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.0; fr-FR; rv:1.9.1.5) Gecko/20091102 Firefox/3.5.5 (.NET CLR 3.5.30729) FirePHP/0.3
Accept text/css,/;q=0.1
Accept-Language fr-FR,fr;q=0.7,chrome://global/locale/intl.properties;q=0.3
Accept-Encoding gzip,deflate
Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive 300
Connection keep-alive
Referer …
Cookie CFEC_SESSION=6538befdf8090d65099f9bbfbf339c9f
If-Modified-Since Fri, 08 Jan 2010 16:19:43 GMT
If-None-Match “123cd8-2443-47ca98e25c5c0”
First thing is to validate your html and css and make sure there are no errors at all. An error in one may stop another from working or being imported properly.