Cel
Cel

Reputation: 6649

Cross-browser vertical input range slider with custom styling

Slider CSS works in Firefox as desired

firefox-custom-input-range

Does not work in Chrome

chrome-custom-input-range

Problem elaboration

Here's a sample, which is giving the desired results if viewed with Firefox, but not if viewed with Chrome.

Upvotes: 3

Views: 8329

Answers (1)

cytsunny
cytsunny

Reputation: 5030

As suggested in this answer, use transform to make the slider vertical, so you can set -webkit-appearance to none.

Upvotes: 2

Related Questions