Hello everyone!
I'm currently involved in a project and have a quick question regarding the calc function.
As we all know, it functions perfectly on all browsers...
========== great! =============
background-color:#dfdfdf;
background-image:url(..);
background-position: calc(100% - 10px) center;
background-repeat: no-repeat;
However, I've encountered an issue with the following code not working on IE11. Can anyone help me figure out why?
========== having trouble on IE 11 =============
background:#dfdfdf url(..) no-repeat calc(100% - 10px) center;
-_-;;;;;;;;;;;;;;;;