我已经下载了这个滑块:
http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/
我想要做的是使每个滑块的点(项目符号)具有特定的颜色(第一个是红色,第二个是蓝色等),而不是所有幻灯片都是白色的。
控制这个问题的类是.da-dots span.da-dots-current:after
(style.css
如果你下载了上面的文件)。
问题是如何更改(或)文件.da-dots span.da-dots-current:after
中的背景属性?index.html
index.php
问题是幻灯片实际上是DIV
源代码中列出的许多 ',并使用上面的 jQuery 滑块进行动画处理。
我的index.php
包含:http ://codepad.org/6Xoelift