문제

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

  <input type="range" name="points" min="1" max="10">
도움이 되었습니까?

해결책

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/ .

다른 팁

This feature is not supported in firefox before version 23:

http://caniuse.com/input-range

May be you're still using old version of firefox. Try to upgrade it to the latest version or at least version 23 which is support this feature.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top