My site works perfectly fine in Firefox but certain pages don't render in IE (8 but also in 7 compatibility mode).

I figured out its when I set a region (using a panels page) to have rounded boarder style.

I have attatched 2 images, one without the boarders set and rendering fine, the other is with the boarders set.

Debugging the page, its clear that style.css is not being used at all.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

adam_c’s picture

Actually, the boarders were just a smoke screen.

By adding the boarders, drupal added another css file to the page which pushed the number of css files over IE's limit and decided to replace to new file with style.css.

Optimizing the css has removed this problem.

frank0987’s picture

Status: Active » Fixed

okay, problem solved.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.