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.

CommentFileSizeAuthor
Image 2.png62.84 KBspeedyboum
Image 1.png364.35 KBspeedyboum

Comments

restyler’s picture

Status: Active » Postponed

We don't have technical capabilities to test the theme on Vista, sorry. Anyone having the same problems?

ollar’s picture

That may happened because of a huge number of css files. Try to turn on the "Optimize CSS files": */settings/performance.

speedyboum’s picture

Thanks for your answer. "Optimize CSS files" is disabled.
Anything else ?

ollar’s picture

I don't know right now. Try to do it and if it wont help I'll look deeper.

restyler’s picture

Status: Postponed » Closed (fixed)

This 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.

speedyboum’s picture

Thanks Restyler, you're right ! I've resolve this issue by installing "IE Unlimited CSS Loader" module (http://drupal.org/project/unlimited_css).

restyler’s picture

Glad to hear that. This module is a nice workaround.