我有以下仅适用于 IE9 的 div 集。在 Moz 和 Webkit 上,onclick 不会触发。如果我将 z-index 更改为 0,则 onclick 有效,但我在站点中的其他元素存在可见性问题。有没有办法让 onclick 以负 z 索引触发?
<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">