I'm having some problems with my site when view in Internet Explorer. My website (http://www.codeofliving.com/) has no css styles apply when I view it in IE browser but works fine in Firefox, Safari,etc.
I'm using the default Bartik theme. I thought drupal 7 had no css problems with IE. Please help me!!.
I have enabled Aggregate and compress CSS files, Aggregate JavaScript files.
What should I do to get my site appear in IE the way it does in Firefox?
Plus I was checking the source for my site and I have all this code above my content, that's probably for sure messing up my SEO this is where it starts : !--//--><
Comments
CSS in IE
Common problem. IE has a limit on the number of files that it can handle for styles. You must use CSS caching on the Performance Settings for IE to work.
CSS in IE 6 n IE 9
Go to this link to read more about Conditional Stylesheets which will help to slove this problem.
You need to install this module, then edit ur themes .info file to include "stylesheets-conditional[IE 9][all][] = ie9.css
" for internet explorer 9 or "stylesheets-conditional[lt IE 7][all][] = ie6-and-below.css" for explorer 6 n under. then create the css file and make any changes.
CSS in IE6 n IE9
Hello
My website built on Drupla commerce and I used zen theme and css not working in IE browser so please help me to solve this bug .