Skip to content
This repository has been archived by the owner on Sep 10, 2019. It is now read-only.

Range sliders aren't styled properly in IE10–11 #191

Closed
gakimball opened this issue Dec 4, 2014 · 0 comments
Closed

Range sliders aren't styled properly in IE10–11 #191

gakimball opened this issue Dec 4, 2014 · 0 comments
Assignees

Comments

@gakimball
Copy link
Contributor

IE10+ have support for styling native <input type="range"> elements in CSS, but the way we implemented it doesn't seem to be working, because all we get is this:

screen shot 2014-12-03 at 11 01 17 pm

The slider still works, though.

One amusing quirk of custom range sliders in IE is that the paddle can't be taller than the bar itself. This is how our range sliders are currently styled, but there are likely weird border hacks we can use to get around it, and keep the look visually consistent with other platforms.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant