z-index problem in IE with transparent div

后端 未结 5 984
余生分开走
余生分开走 2020-12-16 11:56

I have a transparent div-element with a higher z-index than an img-element on the same page. But Internet Explorer is acting as if the img-element would have a higher z-valu

5条回答
  •  失恋的感觉
    2020-12-16 12:10

    I have tested the Suggestion given by Preli background:white;filter:alpha(opacity=1), and it is working fine. See the Demo in IE:

    http://jsfiddle.net/VMrNF/11/

提交回复
热议问题