My drupal site uses a theme that uses conditional stylesheets to make IE display correctly
http://drupal.org/project/conditional_styles
I'm running Civicrm 3.1 in Drupal 6.16
The conditional styles don't get loaded in any of the Civicrm pages.
The Optimize CSS is enabled but it doesn't work with or without optimization
I'm told by the civicrm developers that they are not familiar with the conditional stylesheet module but that most of the css files are added here:
drupal/civicrm.module, search for drupal_add_css
Thanks!
Diana
Comments
Comment #1
johnalbinIf a module is only adding CSS files by using drupal_add_css() then this module should work fine with it. I'm not sure why its not working with CiviCRM.
Comment #2
johnalbinClosing.