Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE11, Edge calc() Problems Reply To: IE11, Edge calc() Problems

#237922
timbarden
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