Are there a good alternative to a radio fader to make a vertical slider? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

Are there a good alternative to a radio fader to make a vertical slider?

Hey, i have a little question. Do anywhere know how I can programm a vertical fader? If I use radio from input I have to rotate it but then the height from the slider orientate on the width. Thanks for your help.

6th Aug 2018, 2:06 PM
Henry Steinhauer
Henry Steinhauer - avatar
1 Resposta
+ 1
Just add a css input[type=range] { -webkit-appearance: slider-vertical; } https://code.sololearn.com/Wg86hyzBlX0v/?ref=app
6th Aug 2018, 2:28 PM
CalviÕ²
CalviÕ² - avatar