CSS targeting for IE10 and IE11
use the below media query for IE 10 and 11@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
` % add classes here %
}
example:
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
.lblpagetitle
{
margin-bottom:3%;
margin-top:-2.5%;
}
}
No comments:
Post a Comment