Excolo-Slider
Excolo-Slider copied to clipboard
A neat jquery slider (** no longer maintained - pull request will be accepted **)
Greetings. Your examples involve a lot of css code. Could you provide a few basic examples with minimal setup?
If try to use html like: <ul id="slidercontainer"> <li><a href="#link1"><img src="pic1.jpg"></a></li> <li><a href="#link2"><img src="pic2.jpg"></a></li> <li><a href="#link3"><img src="pic3.jpg"></a></li> </ul> When drag with mouse and release in slider area - called link...
ie7 not does not support inline-block property for block elements. You need to use a hack for IE7 .ul.es-pager li{ *zoom: 1; *display: inline; }
slider does not working correctly IE9: There are no buttons to the right to the left IE8: There are no buttons to the right to the left, js console error...
Touch and mouse navigation doesn't work in some browsers. We want it to work in as many browsers as possible while still keeping the plugin as a small single script...
When the hoverPause option is on, the slideshow pauses when hovering the prev/next button. This is expected behaviour. But pressing any of these buttons, "lifts" the pause and the slideshow...