Published
- 1 min read
css for internet explorer only
The solution for this is noted below
css for internet explorer only
Solution
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles goes underneath */
#ie11 h2 {
color: #fff;
}
#ie11 h2:hover {
color: gray;
}
}
Try other methods by searching on the site. That is if this doesn’t work