CSS Compatability trick for Ie10 and ie11 browser. Probably, it will work for IE12, IE13....etc ;-)
<style type="text/css">
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*include style here*/
</style>
<style type="text/css">
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/*include style here*/
</style>
No comments:
Post a Comment
Please include your thoughts/suggestion to make it as a better blog. If you find it useful, Please update with your valuable comments, so that others can use it.