Internet Explorer Z-Index Bug

一個絕對位置的div(菜單),在它的下面盤旋時,一個透明PNG也是絕對位置,如下:
[img]http://blog.brenelz.com/files/bug.png[/img]

使用下面的代碼

<div style="position: relative; z-index: 3000">
<div style="position:absolute;z-index:1000;">
<a href="#">Page</a>
...
</div>
</div>
<img style="position:absolute" src="myimage.png" />


result:
[img]http://blog.brenelz.com/files/bug-fixed.png[/img]

來自:http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章