Hello,
My site (http://pigiste.org/drupal) works perfect with all browser and OS but not with Windows Vista and IE7. (Look at images attached). It seems that there is no CSS. What can I do ? Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| Image 2.png | 62.84 KB | speedyboum | |
| Image 1.png | 364.35 KB | speedyboum |
Comments
Comment #1
restyler commentedWe don't have technical capabilities to test the theme on Vista, sorry. Anyone having the same problems?
Comment #2
ollar commentedThat may happened because of a huge number of css files. Try to turn on the "Optimize CSS files": */settings/performance.
Comment #3
speedyboum commentedThanks for your answer. "Optimize CSS files" is disabled.
Anything else ?
Comment #4
ollar commentedI don't know right now. Try to do it and if it wont help I'll look deeper.
Comment #5
restyler commentedThis issue is not theme related. I'm pretty sure you have too big number of css files for ie, here is the related thread:
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/ad...
Possible solution: enable css caching on "Performance" settings page, so all css files are compiled into one.
Comment #6
speedyboum commentedThanks Restyler, you're right ! I've resolve this issue by installing "IE Unlimited CSS Loader" module (http://drupal.org/project/unlimited_css).
Comment #7
restyler commentedGlad to hear that. This module is a nice workaround.