I have noticed that some browsers (in particular, Firefox and Opera) are very zealous in using cached copies of .css and .js files, even be
I suggest implementing the following process:
version your css/js files whenever you deploy, something like: screen.1233.css (the number can be your SVN revision if you use a versioning system)
minify them to optimize loading times