Demo 3
- Apple-like Image Slider
Demos:
1
2
3
4
5
6
7
The hovered thumbnail style is achieved simply through a background image:
#thumbs .thumb-on {background-image: url(active-bg.png);}
If there are many thumbnails and the containing block does not have enough room to show them, you can make the slider work together with our jQuery Slider. See
jQuery Slideshow
.