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
modern solution for css
html[data-useragent*='MSIE 10.0'] .any { your-style: here; }