chrisdempsey
11/6/2012 - 2:43 PM

IE10 hack

IE10 hack

/* 
    #ie10 will only be red in MSIE 10, 
    both in high contrast (display setting) and default mode 
*/

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #ie10 { color: red; }
}