I’ve never run into this before, but upon checking my work
in ie8 and below I am noticing it completely ignores the css. The css is being read in other browsers but not in ie8 and below.
I’ve never seen this before. Anyone have a suggestion?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check style.css, line 51:
When I removed the extra quote, it worked for me.
In the interest of education, this is how I found the problem:
First, I used IE9’s developer toolbar (press F12 on the keyboard) to switch the browser mode to IE7. (IE8 also has the developer toolbar) Then I looked on the CSS tab and noticed that it was only loading a partial set of rules. Since it stopped at the
#extra-spacingrule, I knew there was probably a syntax error there.