I have installed this module on my website (themagpiebeadco.com) and thought it was going to be a great utility for my customers. When I view the site (block currently disabled) in Opera, Safari, Chrome and Firefox everything looks great. However, when I view the site in Internet Explorer it looks like the site exploded; all CSS files stop working, my background is gone the tables have been destroyed and everything is running down the left hand of the screen without any resemblance of a website.
The part that is puzzling is that I can view the site as it is intended to look in all other browsers. Any ideas? If someone wants to view it destroyed I can enable the countdown block to make it easier for you to understand what it does
Cheers!
Comments
_
IE has a limit on the number of css files you can load-- try turning on css caching.
Use core aggragation or advagg-module (or alike)
There's more info in here: http://www.advomatic.com/blogs/jack-haas/internet-explorer-has-a-css-fil... (or you may google internet explorer css files limit your self).
You can simply set up core css-caching or use http://drupal.org/project/advagg -module to combine your css-files into decent amount of files.
--
Perttu Ehn
thank you
That helped a great deal and fixed my problem... had no idea about the CSS limit in IE... thanks again for your help