jensborje
jensborje

Reputation: 326

Fancybox styling issue with IE8 & IE9

For some reason, my Fancybox popup does not get any styling in IE8 & IE9 (but in IE7!). It works fine in other browsers.

I have included the DOCTYPE, which is a common error.

The webpage is inherited from an other developer and contains some bad markup. To try the popup, you can click on the title links bellow the products images.

Any input is appreciated!

Upvotes: 1

Views: 338

Answers (1)

jensborje
jensborje

Reputation: 326

Solved! The reason for this was that the <link> tag to the .css file was placed outside the <head> tag, which IE9 and earlier is especially cranky about.

Upvotes: 1

Related Questions