Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<!--
Any copyright is dedicated to the Public Domain.
-->
<html><head>
<meta charset="utf-8">
<style>
input::-moz-range-thumb {
visibility:hidden;
}
input::-moz-range-track {
background: transparent;
}
</style>
</head>
<body>
<input type=range>
<input type=range orient=vertical>
</body>
</html>