[removed][removed]
13<link rel="stylesheet" type="text/css" href="stylesheet/styles.css" />
14
15[removed][removed]
16[removed][removed]
17[removed][removed]
18[removed]
19window.addEvent('domready', function(){
20 /* thumbnails example , links only */
21 new SlideItMoo({itemsVisible:7, // the number of thumbnails that are visible
22 currentElement: 0, // the current element. starts from 0. If you want to start the display with a specific thumbnail, change this
23 autoSlide:2500,
24 thumbsContainer: 'thumbs',
25 elementScrolled: 'thumb_container',
26 overallContainer: 'gallery_container'});
27
28 /* thumbnails example , div containers */
29 new SlideItMoo({itemsVisible:5, // the number of thumbnails that are visible
30 currentElement: 0, // the current element. starts from 0. If you want to start the display with a specific thumbnail, change this
31 thumbsContainer: 'thumbs2',
32 elementScrolled: 'thumb_container2',
33 overallContainer: 'gallery_container2'});
34
35 /* banner rotator example */
36 new SlideItMoo({itemsVisible:1, // the number of thumbnails that are visible
37 showControls:0, // show the next-previous buttons
38 autoSlide:2500, // insert interval in milliseconds
39 currentElement: 0, // the current element. starts from 0. If you want to start the display with a specific thumbnail, change this
40 transition: Fx.Transitions.Bounce.easeOut,
41 thumbsContainer: 'banners',
42 elementScrolled: 'banner_container',
43 overallContainer: 'banners_container'});
44});
45[removed]
46Add a code snippet to your website: www.paste.org