input type="range" Generator

Automatically generates code to implement range sliders.
You can freely customize the design of the track and thumb so that they look the same in different browsers.
Resetting browser-specific styles will no longer separate the color before and after the thumb, but you can complements this functionality by JavaScript.
The output codes can be easily used by copy and paste.

Sponsored Links

Customization

Basic Setting

▼ Direction

Track Design

▼ Size

px
px

px

▼ Separate colors before and after the Thumb

px

Thumb Design

▼ Size

px
px

px

px

Additional Setting

<input type="range" name="range" value="30" min="0" max="100" id="inputRange" class="inputRange" />

Notes

  • ::-webkit-slider-thumb and ::-moz-range-thumb of CSS must be styled separately, as shown in the output code above.
  • The reset CSS of this site is based on “modern-normalize.css”. Depending on the reset CSS and other stylesheets loaded in your project, there may be differences from the preview appearance.

\ Share on SNS /

Sponsored Links

Tools

CSS Generators

UI Parts Generators

HTML Converters