【问题标题】:Inline z-index not working内联 z-index 不起作用
【发布时间】:2013-08-12 18:07:43
【问题描述】:

我似乎无法让这个 div 显示在我所有的表格后面。我已经玩弄了位置并更改了 z-index 上的数量,但它仍然只是坐在我的桌子下方

<center>
<div style="z-index:-9999; position:absolute; margin-left:0; margin-right:0" align="center"><img src="white.png" width="650" height="600"></div></center>

【问题讨论】:

  • URL 或者 fiddle,顺便说一下 jsfiddle.net 目前 -_- down
  • 你到底想要什么??无论您是想将 div 设置在所有内容的顶部还是底部的所有内容..

标签: html z-index inline-code


【解决方案1】:

在 div 上将 z-index 设置为 999,该 div 应位于前面

【讨论】:

    猜你喜欢
    • 2017-07-29
    • 2013-03-02
    • 2014-03-23
    • 1970-01-01
    • 1970-01-01
    • 2012-02-29
    • 2010-11-20
    • 2014-08-07
    相关资源
    最近更新 更多