Home › Forums › CSS › IE11, Edge calc() Problems › Reply To: IE11, Edge calc() Problems
February 10, 2016 at 2:47 pm
#237922
Participant
Hey,
From what I’ve read it appears to be a bug, which is a bit pants.
However, there does seem to be a solution. From what I’ve read here you can use multiple translateX values instead to compensate for the calc. Eg: transform: translateX(100%) translateX(-20px);
. I’ve learnt something today!
I forked your Pen and tested it with IE in BrowserStack – seems OK now :)
http://codepen.io/timbarden/pen/jWXmob?editors=010
Tim