Forum Moderators: not2easy
If the browser caches an external CSS file and you change that file will the browser reload the new CSS file?
I beleive not. This is, after all, one of the primary reasons to use an external stylesheet versus internal styles. If you've made changes to a css file that is linked to a live page, it's a good idea to change the filename (I use version numbers, as in styles_v1.css and styles_v2.css)and alter your <link> tags to match. This guarantees that all users to your site will, upon their next visit download and cache and the new CSS.
cEM
A good fix I've found to avoid this (like most things in IE, sometimes works, sometimes doesn't) is to modify something near the top of the actual page, it seems like IE recognizes it as changed this way. At least more often. :-)