Neueblog

troubleshooting-ie

How to troubleshoot a css file to work in IE

If you happen to troubleshoot a css file to work in IE, this may help you. *body {background: #333;} will make the background color dark grey only on IE 7 and below, and if you want to taget IE 6 and below use _body {background: #666} and it would make the page light grey, it might be silly but it saves a lot of time if your reset css doesn’t reset properly the values that IE loves mess with…G