By GreenSpiderDesign on
I have a problem with several of my new sites not recognizing IE.css changes. Has anyone else experienced this?
I have a problem with several of my new sites not recognizing IE.css changes. Has anyone else experienced this?
Comments
More info
Gotta give more info than that. What does "not recognizing" mean? What theme are you using? If you look at the source code in the browser, do you see IE.css included anywhere?
More Details
Ok - I'm using Zen theme as a base with my custom theme.css in /sites/all/themes/custom/theme.css
I have built literally over 100 sites and have NEVER experienced this issue before. I have:
in the page.tpl.php file just below:
and the ie7-fixes.css file is just simply ignored. For example, I have a body and a page background set in the theme.css file, but if I comment the background out in the ie7-fixes.css file there is no change. Similarly, if I change the margin on a particular block nothing happens.
As I say I have done this same implementation on over a hundred sites without fail. Now all of the sudden it is happening on my last three sites.
Bad to WORSE
Now I have a site where NONE of the CSS is recognized or executed in IE.
The site is http://chp.quepal.com
Anyone see any issue that might cause this?
ie fun
IE has a limit of 32 stylesheets that can be used at a time. Maybe the combination of modules (some use stylesheets) and your own, you have crossed that limit.
A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com
This could be it..
I counted 36 stylesheets loading. Maybe try switching on CSS aggregation?
Aggregation, yes. You can
Aggregation, yes. You can also use this module for development, when aggregation is a pain.
http://drupal.org/project/unlimited_css
Ezra Wolfe
DLC Solutions
EthosCE