CSS IE中的z-index错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS IE中的z-index错误相关的知识,希望对你有一定的参考价值。

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

以上是关于CSS IE中的z-index错误的主要内容,如果未能解决你的问题,请参考以下文章

z-index在IE中的坑

IE9 和 Z-index:元素在悬停时消失在父级后面

IE 下拉 z-index 错误

IE 忽略定位元素上的 Z-Index

ie6和ie7下z-index bug的解决办法

带有透明 div 的 IE 中的 z-index 问题