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

vinoth.3v’s picture

Project: Zen » Drupal core
Version: 5.x-1.1 » 6.3
Component: Subtheme: Zen Classic » theme system

I am having the Same Issue in Drupal 6.3 too

Any fixings?

artem_sokolov’s picture

I'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.

drupaloSa’s picture

I 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.

ajayg’s picture

Why 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?

ajayg’s picture

Project: Drupal core » Zen
Version: 6.3 » 5.x-1.1
Component: theme system » IE Problems
johnalbin’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)

Its 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.

heather’s picture

Have you tried validating your CSS prior to compression?

http://jigsaw.w3.org/css-validator/

This might throw up any errors.

ajayg’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

I 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.