Internet Explorer 8でモーダルウィンドウを作成すると、画面全体がグレイになり、ajaxスピナーが表示されますか?Internet Explorer 8でHTMLモーダルウィンドウを作成する
<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)">
次のdivは、細かいEdgeを処理しますが、IE8の画面をグレーアウトしないようにして、ユーザーがそのページと対話できるようにします。
これをIEで動作させるにはどうすればよいですか?
http://stackoverflow.com/questions/3975688/css-background-opacity-with-rgba-not-working-in-ie-8 – 3rdthemagical