【发布时间】:2016-08-09 05:12:26
【问题描述】:
【问题讨论】:
-
您能提供给我们您的代码吗?
-
我使用链接中的滑块:github.com/michaelsoriano/content-slider 进行一些更改。我还发现了光滑的滑块 (kenwheeler.github.io/slick) 但它不起作用..
-
我找到了这个引导滑块jsbin.com/jadahetoxi/3/edit?html,css,js 我希望活动项目(居中的图像)具有其他光标类型。我尝试了以下方法: .carousel-inner > .item.active{ cursor:crosshair !important; } 但它不起作用。有什么想法吗?
-
试试这个css风格:
.carousel-inner:hover { cursor: crosshair; } -
我试过了,它不起作用..
标签: jquery css slider carousel