fischi
fischi

Reputation: 125

CSS loads in IE7, but is displayed as no CSS

I got a problem on my Website http://achensee.info/ when loading in IE7.

At first, everything works perfect, and you can see the correct styles for the header and some HTML elements. However, after the main stylesheet and a little time later, IE7 strips all styles from the Website and displays it without CSS.

So, the files are loaded, but applied. Is this a common problem, or is there a way to fix this?

Could it be that too many styles cause the IE7 to crash the CSS view?

Thanks for your help and greetings from Austria :)

Upvotes: 0

Views: 59

Answers (1)

PlantTheIdea
PlantTheIdea

Reputation: 16359

The problem is your call to the ie8.js file. It uses an AJAX call to your CSS files to reapply all styles, but its probably broken (as it never got past beta stage and was last touched in April of 2010).

Upvotes: 1

Related Questions