I am looking for a nice/original way for making a nice Slider control.
For example I was thinking to a Slider control that is able to show different image when changing the values.
<input id="slider1" type="range" min="1" max="100" step="10" />
Is there some example on the web using some JavaScript code?
