Posted by wiliam_steven on July 24, 2012 at 9:23am
hi all,
Do you ever happens to see this anything like this ? My Omega Theme is working well in Firefox, Chrome, Safari, but break at IE 7,8,9 you can see it on rni1.drupid.com
do you have any solutions for this ?
Thanks
Comments
more than 31 CSS files being loaded - IE limitation
This response was wrong and I have removed it. See below.
OK in IE9 mode
My previous comment was WRONG, and I am removing most of it. I cited the IE 31-file limit for CSS files, but that is not the problem. Drupal is getting around the 31-file limitation by putting
@importinside<style>...</style>.What I do see is that the site looks better for me in IE9 when it's in IE9 mode. Press F12 in IE to get the developer tools, and then change the "Document Mode" dropdown to "IE9 standards", and then it works better (at least for me it does). So you have some IE7,IE8-incompatible CSS. You can usehttp://jigsaw.w3.org/css-validator/ or something similar to point out what's not compatible.
Thanks for the reply, is
Thanks for the reply, is there any solution for this ?
bad HTML
I ran your front page through the W3's HTML validator service at http://validator.w3.org, and it found a number of HTML errors such as unclosed div's and div's inside span's. I haven't looked at it in detail, but you should probably do the same thing, look at the errors the validator catches, and check your markup for broken HTML. Perhaps the older IE's are less tolerant of these errors.