Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

When enabling "Aggregate and compress CSS files" on Drupal 7.15, a few styles don't seem to load in IE7 and IE8. Two issues involve CSS3 Pie not working, and one involves regular styling. Because of this I don't think its a CSS3 Pie issue.

When I inspect one of the elements that is supposed to have a drop shadow, I can see the line Behavior: url(../sites/all/themes/revo/PIE.htc); is there. However it's not taking affect.

Any help would be greatly appreciated!

  • I am not using more than 31 style sheets
  • I have tried the following in the settings.php file

    $conf['css_gzip_compression'] = FALSE; $conf['js_gzip_compression'] = FALSE;

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.