0

Pretty Straightforward. Creating a Range slider with a single cursor is easy:

<div class="slidecontainer">
  <input type="range" min="1" max="100" value="50" class="slider" id="myRange">
</div>

enter image description here

But what if I'd like to add 2 or more cursors ?

ReyAnthonyRenacia
  • 17,219
  • 5
  • 37
  • 56

0 Answers0