I've been struggling for weeks trying to fix this problem, but I haven't found the solution. My webpage works great on both Chrome and Firefox, but not on all versions of internet explorer. Apparently, there were many questions complaining about the same issue but I still haven't solved my problem after trying all the known solutions. Here is some info for you.
- The webpage(application) is based on Ruby on Rails.
- I have few enough css files; they don't exceed the "31-limit"
- On top of page, I define
<!DOCTYPE HTML> - Passes the W3C validation
The stylesheet, posts.css.scss contains..
body {
background-color: #000000;
color: #FFF;
}
and even this simple styling is not applied when someone views the webpage via internext explorer.
I've been using Firebug and Chrome debugging tools to find the source of problem, but haven't come up with success yet. I'd appreciate any help for this.