closingtag/calc-polyfill

Calc in Div Height not Working

Opened this issue · 2 comments

I have problem with height on IE8 and test our plugin but not working...

A little more input about what is not working would be helpful.

Sure!
I have one div with height it is: calc(100% - 112px)
In Chrome its perfect! But not working in IE8...
So, i test with "calc-polyfill" and not work also...

<div style="height: calc(100% - 112px); background:green;">TEST</div>