Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>
<html>
<style>
input::-moz-range-track {
background-color: green;
}
</style>
<input type="range">
<input type="range" orient="vertical">