how to make range vertical
input[type=range][orient=vertical]
{
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 175px;
padding: 0 5px;
}
how to make range vertical
input[type=range][orient=vertical]
{
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* WebKit */
width: 8px;
height: 175px;
padding: 0 5px;
}
vertical slider html
<!--
For Firefox: orient="vertical"
For Chrome & Safari: -webkit-appearance: slider-vertical
For IE: writing-mode: bt-lr
-->
<!-- Example range slider -->
<input
type="range"
min="0" max="100"
value="50"
class="vertical"
orient="vertical"
style="-webkit-appearance: slider-vertical;
writing-mode: bt-lr;"
>
<!-- ***PLEASE NOTE***
The -webkit-appearance property is non-standard,
so it's behaviour may change across different browsers
-->
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us