Calc in Div Height not Working
Opened this issue · 2 comments
Deleted user commented
I have problem with height on IE8 and test our plugin but not working...
rodebert commented
A little more input about what is not working would be helpful.
Deleted user commented
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>