我知道7 z-index bug,然而,我仍然无法坐在外貌上。 这是我现有的法典:
<div id="wrapper">
<div id="content">
<div class="copy">...</div>
<div id="toggle-view"></div>
<img id="view" src="/..." />
</div>
</div>
这里是ty忙的:
#wrapper { width: 960px; margin: 0 auto 0 auto; background: #fff; }
#content { width: 960px; height: 555px; position: relative; z-index: 20; }
#toggle-view { display: block; width: 150px; height: 25px; cursor: pointer; position: absolute; top: 12px; right: 10px; z-index: 10; }
#view { width: 722px; height: 555px; position: relative; z-index: 1; }
This works fine in Chrome/FF etc but not ie7. How can I get the #toggle-view div to sit on top of the #view img.
成就
EDIT:Oka I, 引出。 由于某种原因,如果该元素没有一套背景财产,那么它就能够正确处理ie-指数(似乎有9种)。 我对伊斯兰法院表示非常仇恨。