inicio mail me! sindicaci;ón

CSS Caching Hack

I’ve been coming across a problem with one of the benefits of using CSS for layout…caching!

For those of you that may update their css files on a site that you frequently visit, you need to consider the fact that even though the html may change, the css file will remain the same on the client side (due to the caching).

Stefan Hayden has found a fix for this, which he wrote around April (I guess I was a bit slow on this issue), so HURRAH, looks like there is a solution to accessing different versions of css files without the need of renaming the files! :D

Leave a Comment