Skip to content

Instantly share code, notes, and snippets.

@davaynamore
Last active July 10, 2019 12:10
Show Gist options
  • Save davaynamore/9e9764738c25a25a113f92068bc890bb to your computer and use it in GitHub Desktop.
Save davaynamore/9e9764738c25a25a113f92068bc890bb to your computer and use it in GitHub Desktop.
CSS file: Это медиа-запрос, специфичный для Microsoft. Используя свойство -ms-high-contrast, специфичное для Microsoft IE, оно будет анализироваться только в Internet Explorer 10 или выше
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#myElement {
/* Enter your style code */
}
}
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="only-ie.css" />
<![endif]-->
<!--[if IE]> <div class="ie-only"> /*content*/ </div> <![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment