IE9 でのみ動作する次の div セットがあります。Moz と Webkit では、onclick は起動しません。z-index を 0 に変更すると、onclick は機能しますが、サイト内の他の要素の表示に問題があります。負の z インデックスで onclick を起動する方法はありますか?
<div id="adbg" style="margin: 0pt auto; height: 1000px; width: 100%; position: fixed; cursor: pointer; z-index: -1;">
<div OnClick="window.open('/bgClicks/2');" style="background: #fff url('http://www.example.com/img/bg/w_1.jpg') no-repeat center top fixed; height: 100%; width: 100%; margin: 0pt auto; cursor: pointer;"></div>
</div>
<div id="wrapper">