Tagged Questions
1
vote
2answers
2k views
Incorporating a range-slider in a form: jQuery UI or degrade to <select>?
When incorporating an <input type="range"> slider into a form (ie, Best form element to indicate level of completeness of a task?), Firefox degrades not-so-gracefully to a text box.
Since we ...