让事情简单化
<div style="width:100px; height:200px; border:10px solid; cursor:pointer; position:absolute; z-index:99;">dsdsfdsfsdfdsfdsf</div>
<img style="z-index:0;" id="default_image" src="http://www.takeprideinutah.org/wp-content/uploads/2009/04/trees.jpg" alt=""/>
为什么div的中心在ie?
中无法选择且无法察觉编辑:
很抱歉,jsfiddle和stack
上的代码现在相同答案 0 :(得分:1)
使用z-index时需要声明一个位置。
<img style="z-index:0;position:relative;" id="default_image" src="http://www.takeprideinutah.org/wp-content/uploads/2009/04/trees.jpg" alt=""/>
z-index仅适用于定位元素(位置:绝对,位置:相对或位置:固定)
答案 1 :(得分:0)
我建议给你的链接一个更大的z-index值:
a{
z-index:12;
}
答案 2 :(得分:0)
将图片的z-index
更改为-1,它将起作用:http://jsfiddle.net/kPtkd/1/