Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Mysterious Border on Mozilla Firefox HTML5 Range Element Reply To: Mysterious Border on Mozilla Firefox HTML5 Range Element

#287124
Shikkediel
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="">