Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我看过许多与我相似的问题,但我没有具体看到我的问题。我想要做的是有一个带有单个手柄的滑块,但在背景中,滑块范围的目标范围用绿色(或任何其他颜色)表示。理想情况下,您还可以在表示边界情况的目标之外有一些出血颜色。我想象它也看起来像这样:
你有几个选择:
1)创建一个图像并将其作为滑块的背景。
2)在滑块主体内嵌套一些 div 并根据需要设置样式。http://jsfiddle.net/6Whzm/1/