这个Z指数有什么问题

时间:2014-02-12 21:36:14

标签: css

点击绿框右上角的按钮(左侧框):http://jsfiddle.net/3HauW/211/

为什么灰色区域没有覆盖连接器?

我的连接器的z-index为18,灰色区域的z-index为19,是否应该覆盖连接器?

._jsPlumb_connector { z-index:18; }

.info{
    background-color:#cfcfcf;
    overflow-y: auto;
    display:block;
    height:200px;
    z-index:19;
    color:black; 
    word-wrap:break-word;
}

1 个答案:

答案 0 :(得分:1)

position:relativeposition:absolute添加到.info个样式。