Home

Awesome

CSS Slider

Pure CSS, simple slider.

<p align="center"> <a href="http://rawgithub.com/drygiel/csslider/master/examples/light.html" target="_blank"> <img src="http://i.imgur.com/oRjssZe.jpg" alt="ight design" /> <a/> </p>

Examples

Here are some examples:

Supported browsers

Installation

Global configuration

Default configuration can be set in LESS file.

Local configuration

If you want to change configuration for specific element you must override default config. For instance if you have an element with id #my-slider and you want to change:

#my-slider .arrows label {
   border-left-color: red;
   border-right-color: red;
}
#my-slider.inside .navigation label {
    border: 1px solid red;
}