By vako on
I am using Pixture Reloaded theme with Drupal 6.22. The site has been working fine for the last 5 years and suddenly and without any module additions, IE started not to display the theme, it's just a dump of text in one page. I have posted this issue under the theme at http://drupal.org/node/1540196
You can check the actual site on www.keghart.com
Please help me resolve this issue. Thanks!
Comments
Turn on CSS aggregation. IE
Turn on CSS aggregation. IE only allows a maximum of 32 CSS files, you have 39 CSS files:
http://social.msdn.microsoft.com/Forums/en-US/iewebdevelopment/thread/ad...
Thank you very much. I
Thank you very much. I enabled CSS aggregation under Performance and it's working fine now.
What are you using to detect number of CSS files running? I do have FireBug but it doesn't show.
I just viewed the source
I just viewed the source code, cut and pasted all the CSS links into my editor and the line count showed me how many files there were (saved me counting them - I struggle after 10).
Though maybe you could probably write some code to get a count using hook_js_alter();