View Single Post
Old 12-13-2012, 09:07 AM   PM User | #11
SB65
Senior Coder

 
Join Date: Feb 2009
Location: West Yorkshire
Posts: 2,817
Thanks: 9
Thanked 681 Times in 675 Posts
SB65 will become famous soon enoughSB65 will become famous soon enough
Right, think I may have learnt something here.

Looking at your page, there are loads of stylesheets. Further, IE seems to parse them up to and including light-body.css, but no further. It's not parsing, for example, fusionmenu.css. The absence of some of these files is causing your problem.

This set me wondering whether there's an IE 'feature' which causes this, and Google led me to this page. As you'll see, this suggests IE can cope with only 31 stylesheets/style tags. Counting down your css files, light-body.css is the 31st, so that looks like your problem.

Note this manifests in IE9 as well as IE8 (and presumably earlier versions as well).

The fix would be to manually combine some of your css files into a single file, or use @import. I can imagine Drupal might fight back a bit at this, but that looks like your only option.

Last edited by SB65; 12-13-2012 at 09:11 AM..
SB65 is offline   Reply With Quote
Users who have thanked SB65 for this post:
fdg123 (12-14-2012)