css - 可滚动的东西在 firefox 上工作正常但在 chrome 上不行

标签 css html

可滚动的东西在 firefox 上工作正常但在 css 上不行...这是链接 http://sherkz.muhammednaveed.com/sherkz/ ...请帮我找出我必须添加的内容。 当我从中删除位置时,它将显示 And If absolute position is given which is already there then It's not display 。 这是实际可滚动的链接 http://uxliner.com/blumax/demos/index-4.html . enter image description here

最佳答案

将此添加到您的 CSS,对于黑色,您需要使用 :before 或 :after 将 slider 图像 div 放在上方。

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

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

关于css - 可滚动的东西在 firefox 上工作正常但在 chrome 上不行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54511403/

相关文章:

css 定位问题 - 发生在某些页面上而不是其他页面上

javascript - 每个 javascript、jquery 的 translate3d 定位问题

javascript - 无法摆脱 this.tech.isReady is null or not an object

javascript - jQuery 的圆形导航效果

javascript - 查询字符串错误。空白

html - 网页上的大可点击区域

jquery - 当图像本身准备就绪时显示 <body> 背景图像

css - 颜色之上的透明图像

javascript - DataTable() 没有给出正确的对象引用

javascript - 使用 javascript/jQuery 重新加载样式表而不闪烁未设置样式的内容