My application works fine in IE8, now we are migrating to IE11. Please find the div css below
.contentDiv{
height:expression(document.body.clientHeight - contentDiv.getBoundingClientRect().top);
overflow-y:scroll;
}
Css expression has been depreciated now. Could you please suggest me how to calculate the dynamic div width height for IE11 and also it should work in IE8 also?