IE9 media query, for just in case.
.selector {
@media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
attribute: style;
}
}
.selector
@media screen and (min-width:0\0) and (min-resolution:.001dpcm)
attribute: style
@media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
.selector {
attribute: style;
}
}