Excolo-Slider icon indicating copy to clipboard operation
Excolo-Slider copied to clipboard

A neat jquery slider (** no longer maintained - pull request will be accepted **)

Results 26 Excolo-Slider issues
Sort by recently updated
recently updated
newest added

Greetings. Your examples involve a lot of css code. Could you provide a few basic examples with minimal setup?

enhancement

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...

bug

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; }

bug

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...

bug

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...

enhancement

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...

bug