Internet Explorer 11 css style of range slider
问题 I would like to style range slider with css but all examples I found are not styled in internet explorer 11 where slider looks like so: Do you know how to style it and why only ie 11 show no style when defined? 回答1: IE11 gives you a few pseudo elements related to the range input, which you can read about here. ::-ms-fill-lower controls styling of the sliders track before the slider thumb ::-ms-fill-upper same as above, but after the thumb ::-ms-thumb - for the slider thumb itself. ::-ms