Target IE in CSS

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS styles here */ }
Because -ms-high-contrast is Microsoft-specific (and only available in IE 10+), it will only be parsed in Internet Explorer 10 and greater.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.