CSS
From TipperWiki
Yuk! Target specific IE versions in CSS? -vomit- http://www.ejeliot.com/blog/63
.box {
background: #00f; /* all browsers including Mac IE */
*background: #f00; /* IE 7 and below */
_background: #f60; /* IE 6 and below */
padding: 7px;
color: #fff;
}
