Search code examples
htmlformsfirefoxhtmlcontrols

input type="range" control is not working in firefox browser


This Control isn't working in Firefox, please someone could help me?

  <input type="range" name="points" min="1" max="10">

Solution

  • The solution is in this stackoverflow post.

    This is not supported in Firefox before version 23. For a Javascript implementation in versions 4 and up, please see http://frankyan.com/labs/html5slider/ .