如何在Div中选择文本,这是另一个具有优秀z-index的Div的背后?

时间:2015-08-06 10:01:53

标签: jquery html css

处理一堆代码,无法轻易复制这里看起来破碎的部分,因为我不确定问题出在哪里。情况:我需要在div中设置文本可选,但是顶部有一个其他具有更高Z-index的div,它不允许我选择lower-z-indexed div中的文本。知道如何解决这个问题吗?

1 个答案:

答案 0 :(得分:2)

这就是我所做的:

#b{
    position:fixed;
    background-color: blue;
    opacity:0.5;
    z-index:5;
    pointer-events: none;
}

AngularJS - Controllers, Dependencies, and Minification