I learned about the CSS function calc() and its awesome. I tried to use it like:
#abc{width:calc(100%-20px)}
But the problem with this function is that it doesn't work. I tested this code IE9 and Safari and it didn't work.
Why doesn't it work?
See Question&Answers more detail:os