可滚动的东西在Firefox上可以正常工作,但在chrome上不能正常工作

时间:2019-02-04 06:59:34

标签: css html5

可滚动的东西在firefox上工作正常,但在css上却不行...这里是链接http://sherkz.muhammednaveed.com/sherkz/ ...请帮我解决我必须添加的内容。 当我从中删除位置时,它将显示;如果给出了已经存在的绝对位置,则不显示。 这是实际可滚动的链接 http://uxliner.com/blumax/demos/index-4.htmlenter image description here

1 个答案:

答案 0 :(得分:0)

将此添加到CSS中,要使用黑色,需要使用:before或:after将其放在滑块图像div上方。

这里的问题是黑色覆盖层覆盖了鼠标图标容器。

.tp-parallax-wrap {
    transform-style: preserve-3d;
    z-index: -1 !important;
}