All posts tagged troubleshooting css

How to troubleshoot a css file to work in IE

troubleshooting-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} Continue Reading →