Answers for "html slider input style"

2

html slider input

<input type="range" min="1" max="100" value="50" class="slider" id="myRange">
Posted by: Guest on May-06-2021
0

how to style input range thumb slider

appearance: none;
-webkit-appearance: none;

// to hide default and apply new styles
Posted by: Guest on April-03-2021

Browse Popular Code Answers by Language