Hi,We have had some difficulty with styles for IE11 users, anyone knows any workaround?Best Regards,
TV
Hello!
Try Adding the same class again, but with .ie11 before it, for example:
.something{background-color: #FFFFFF}
.ie11 .something{background-color: #FFFFFF}
Hope it helps!
Tiago Vicente wrote:
You have to use media query for IE11 like
IE 11 and above
_:-ms-fullscreen, :root .CLASS_NAME { property:value; }
Regards,
Pankaj
Hi,
here you have some examples of css for IE10+ and IE 11
https://stackoverflow.com/questions/20541306/how-to-write-a-css-hack-for-ie-11
https://coderwall.com/p/7vatvw/css-hack-for-ie10-ie11-and-webkit-browsers
Hope this helps,
Balasubramanian
First... Thanks for all the very quick suggestions.
I tested the Susana suggestion and worked very well, so I will implement it in the theme.
Thanks one more time.
best regards,