How to create modal window in Internet Explorer 8 which grays out the whole screen and shows ajax spinner?
<div style="display: none; position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0, 0.4)">
Following div works fine Edge, but doesn't gray out the screen in IE8 and let's user interact with the page.
How to get this working in IE?