@Afshar07Submitted over 3 years ago
Any tip would help ! P.S: i don't know why my range slider is look weird in Screen shot, but if you open the live url it should look like the original UI.
Any tip would help ! P.S: i don't know why my range slider is look weird in Screen shot, but if you open the live url it should look like the original UI.
Hello Amir!
Your range slider seems okay on Chrome. But it does not seem okay on Firefox. Range slider stylings are different on browsers. You only styled for -webkit-
on your stylesheet. You should also style for -moz-
prefix.
Happy coding!