10 / 11
Property: slider
Description:
Creates an horizontal or vertical slider.
#mySlider input {
slider: horizontal;
slider-container: mySlider;
}
Plugin:
MoreCSS.slider.js (download section)
Applies to:
INPUT[TYPE=TEXT]
Properties:
| Name: | Value: | Details: |
|---|---|---|
| slider | case horizontal | case vertical |
Slider orientation. |
| slider-container | ID |
DIV Container of the slider input element. |
