I have this problem and maybe I\'m not the only..
If I test my website on FF, Chrome, Safari, IE7, IE8 is perfect.
On IE9 (standard view) It doesn\'t load CS
We got this kind of problem with a web project, and the trick was to force IE9 to emulate the website/application as it was IE8. To avoid to use IE9's compatibilty mode,put into the code this tag
after the tag like this :
< head>
< meta http-equiv="X-UA-Compatible" content="IE=8">
...
< /head>
be sure to put it as the first tag after , if not it doesn't work