Closed (fixed)
Project:
Zen
Version:
5.x-1.1
Component:
IE Problems
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2008 at 04:19 UTC
Updated:
8 Oct 2008 at 08:37 UTC
Enable the javascript/CSS compression under admin/performance
The theme comepletly disappers in IE. Does not have issue in FF and it continues to work in FF
DIsable the javascript/css compression/aggregation again and see it is back to normal.
Comments
Comment #1
vinoth.3v commentedI am having the Same Issue in Drupal 6.3 too
Any fixings?
Comment #2
artem_sokolov commentedI'm using the slightly modified zen_classic theme and there is the same issue. However, even in Firefox 3 there are visible differences. For example, the 'home page' link under the logo image drops under the image (but doesn't leave the #logo-title region). Other misplacements also occur.
Comment #3
drupaloSa commentedI had a similar problem. There were some character issues in the aggregated css file. I solved the problem by changing the encoding of my theme's style.css to ANSI.
Comment #4
ajayg commentedWhy this is a drupal core issue? If other themes can work fine in aggrgated mode and zen does not. Then shouldn't this be a zen issue?
Comment #5
ajayg commentedComment #6
johnalbinIts not a problem with the Zen theme.
Try enabling the un-modified Zen or Zen Classic and you'll see it has no IE issues. This has been tested extensively with and without CSS aggregation on.
I suspect there is something goofy in your sub-theme. But without more info, no one will be able to help you.
Comment #7
heather commentedHave you tried validating your CSS prior to compression?
http://jigsaw.w3.org/css-validator/
This might throw up any errors.
Comment #8
ajayg commentedI confirm the problem is not with core zen theme. It was with a modification I made and after removing the modification it is working fine.
However with same modification other themes are working fine so I need to dig in further.