Thread: CSS Timestamps
View Single Post
Old 12-15-2008, 12:17 AM   #7 (permalink)
etoolbox
The Wanderer
Newcomer 
 
etoolbox's Avatar
 
Join Date: Dec 2008
Location: Auckland, NZ
Posts: 24
Thanks: 0
etoolbox is on a distinguished road
Default

That will set the time limit for caching, but you still can't force the browser to request a new version when you change the contents of the stylesheet. This doesn't matter so much for trivial changes, but if you make major changes you're still going to want to either rename the file or use ?something to effectively rename the file. That way on the the next page request the browser gets the updated version and everything renders correctly. Otherwise there may be layout issues until the cached copy expires.
etoolbox is offline  
Reply With Quote