Are there a good alternative to a radio fader to make a vertical slider? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 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