website已生效,您可以看到当单击右侧滚动条时滑块如何将背景更改为蓝色。
关于如何解决这个问题的任何输入,我已经尝试过JS,CSS。
如果有人能在火虫中看到它,并指出我的方向正确,那就太好了。
感谢。
Here is the screenshot of the slider after the right scroll is clicked multiple times
答案 0 :(得分:0)
好的,将其添加到您的CSS中。
.slidesjs-container {
-webkit-user-select: none; /* Chrome all / Safari all */
-moz-user-select: none; /* Firefox all */
-ms-user-select: none; /* IE 10+ */
user-select: none; /* Likely future */
}
这个css属性使得元素不能高亮。