Closed (fixed)
Project:
Austin Zen Sub Theme
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Apr 2009 at 18:47 UTC
Updated:
20 Apr 2011 at 04:11 UTC
i found the solution why in IE the styles did not work.... some just were not loaded
check this:
http://drupal.org/node/228818
Comments
Comment #1
caroltron commentedYep, I did know about this "bug" or "feature". Its due to the way style sheets are added by the theme, IE basically is being persnickety. You will need to turn the compressor on to do any IE testing b/c this is a subtheme so we are also pulling in stylesheets from Zen as well. 31 sheets I believe is where it gets cut off.
Comment #2
akaserer commentedhi
this is a IE bug.
just use a module like this one:
http://drupal.org/project/unlimited_css
another one does almost the same:
http://drupal.org/project/ie_css_optimizer
but i prefer unlimited_css.
good luck
Comment #3
vm commentedyou enable css agreggation in core as well in administer -> performance which combines all css files into a singular file.
Comment #4
GarryFre commentedIts called "CSS Optimization" not aggregation.
Comment #5
vm commentedThats what the field set it called, yes. What is being done (the process itself) is that the multiple files are aggregated into one file.
Comment #6
charlie-s commentedFor those who run into this thread (it's #1 in google for related searched) yes, this bug is still prevalent in ie9. Lame.