Unfortunately but not surprisingly, the "range" type is not supported in Internet Explorer or even Firefox.
Sure you can summon jQuery if you don't care about mobile devices. But now there's a widget that
loads faster and works on touch-enabled devices.
The above slider uses our range slider widget:
<?php
include 'showrangeslider.php';
showrangeslider('input1',250,10,200,50);
?>
<input id="input1" value="50">
Beneath the simple function call is 32 lines of JavaScript and 12 lines of templatized HTML. The widget supports a much wider range of browsers than jQuery.
We tested the slider on IE5.0 just to prove a point.