When using Panels + Zen Theme sites render fine in Firefox, Safari, Opera but fail to load correctly in Internet Explorer 6 or 7. This issue has been raised with Zen theme community as a support issue (http://drupal.org/node/294121)

Example sites - www.iaidq.eu (dev site for another domain) and http://phani.sat-infotech.com. The symptom in browser seems to be the same in each case.

I rolled back my customised Zen theme (on www.iaidq.eu) and installed a 'vanilla' install of Zen 5.x-1.1 but issue still arose when checked in IE7. 'vanilla' install looked fine in FF/Op/Safari, but not in IE. (site has now been restored back to my theme variant).

Suggestions?

Comments

DaraghOB’s picture

Status: Active » Closed (fixed)

Root cause here is IE's 31 Stylesheet limit. Stylesheet aggregation in Drupal fixes it.

brahms’s picture

Just for information: if Drupal's file download method is set to private stylesheet aggregation is not possible. There is a patch with a work around for IE's stylesheet limit in comment#63 of issue 228818.

pamatt’s picture

Component: Display rendering » Code

Great! Your line saved my day.