Home › Forums › CSS › Mysterious Border on Mozilla Firefox HTML5 Range Element › Reply To: Mysterious Border on Mozilla Firefox HTML5 Range Element
April 30, 2019 at 4:46 am
#287124
Participant
Looks like it’s just a border, also present in Chrome but less noticeable because it’s right beside the slider. It overwrites all the other styling…
input[type=range] {
border: 1px solid white;
}
You can insert images by the way by writing some code inside your post:
<img src="yourpath.jpg" alt="">