Cutter wrote:
> 
> My site's pages call two separate style sheets. The first is a global 
> style sheet defining elements common throughout the site. The second 
> sheet is page specific, defining elements only found on that page. Since 
> migrating the site to the test server it appears that the second style 
> sheet is never loaded.

Using Firefox's liveHTTPHeaders plugin I see that there are 2 
stylesheets requested by the browser and returned by the server.

Jochem


http://s05.seacrets.com/

GET / HTTP/1.1
Host: s05.seacrets.com

HTTP/1.x 200 OK
Date: Tue, 17 May 2005 05:30:03 GMT
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
----------------------------------------------------------
http://s05.seacrets.com/resource/css/global.css

GET /resource/css/global.css HTTP/1.1
Host: s05.seacrets.com

HTTP/1.x 200 OK
Date: Tue, 17 May 2005 05:30:04 GMT
Last-Modified: Sat, 14 May 2005 18:44:40 GMT
Content-Length: 2791
Content-Type: text/css
----------------------------------------------------------
http://s05.seacrets.com/resource/css/home.css

GET /resource/css/home.css HTTP/1.1
Host: s05.seacrets.com

HTTP/1.x 200 OK
Date: Tue, 17 May 2005 05:30:04 GMT
Last-Modified: Fri, 13 May 2005 14:19:40 GMT
Content-Length: 553
Content-Type: text/css

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:206821
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to