How do I target only Internet Explorer 10 for certain situations like Internet Explorer-specific CSS or Internet Explorer-specific JavaScript code?
I tried this, but
If you don't mind targeting of IE10 and above and non IE browsers, you can use this conditional comment:
Your code here.
Derived from http://www.paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither