by admin | Nov 6, 2011 | Tips // Shortcuts // Essential Info
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...