- pure JavaScript version (9kb minified)
or:
jQuery version (8kb minified, plus 92kb jquery-1.7.1.min.js )
- Allows any HTML content even without any thumbnail images
- Supports varying width or height
- Horizontal or vertical
- Can work together with the Javascript Image Slider which shows the corresponding large image of each thumbnail. See jQuery Slideshow
- Built-in navigation control
- Sliding time adjustable
- Infinite/Continuous sliding (optional)
- Pauses slideshow on hover (optional)
- Wide browser supoort

IE 6.0+, Firefox 1.5+, Chrome 1.0+, Safari 3+, Opera 9.0+, Netscape 7.0+
- License: US$20.00 Buy Now
About the license
Easy to Use
You will see how simple and flexible it is to use the slider from the HTML below:
<html>
<head>
<link href="slider.css" rel="stylesheet" type="text/css" />
<script src="thumbnail-slider.js" type="text/javascript"></script>
</head>
<body>
<div id="mcts1">
<img src="slider-1.jpg" />
<img src="slide-2.jpg" />
<a href="http://www.menucool.com"><img src="slide-3.jpg" /></a>
<div class="textSlide"><p>HTML Slide</p>Text text text</div>
<img src="slide-5.jpg" />
</div>
</body>
</html>