A slider is used to let user specifying a value by scrolling.
<slider id="slider" onScroll="Audio.setVolume(slider.curpos)"/>
A slider accepts a range of value starting from 0 to 100. You could change the maximal allowed value by the maxpos property.