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

caroltron’s picture

Status: Active » Closed (fixed)

Yep, 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.

akaserer’s picture

hi

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

vm’s picture

you enable css agreggation in core as well in administer -> performance which combines all css files into a singular file.

GarryFre’s picture

Its called "CSS Optimization" not aggregation.

vm’s picture

Thats what the field set it called, yes. What is being done (the process itself) is that the multiple files are aggregated into one file.

charlie-s’s picture

For those who run into this thread (it's #1 in google for related searched) yes, this bug is still prevalent in ie9. Lame.