Closed (fixed)
Project:
Panels
Version:
5.x-2.0-rc1a
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Aug 2008 at 21:32 UTC
Updated:
3 Nov 2010 at 10:22 UTC
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
Comment #1
DaraghOB commentedRoot cause here is IE's 31 Stylesheet limit. Stylesheet aggregation in Drupal fixes it.
Comment #2
brahms commentedJust 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.
Comment #3
pamattGreat! Your line saved my day.