Advertisement
Iddon

Untitled

May 30th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.14 KB | None | 0 0
  1. <div id="slideshow" class="clearfix">
  2. <head>
  3. <script type="text/javascript" src="http://www.edesix.com/scripts/jquery.cycle.all.min.js"></script>
  4. .
  5. .
  6. .
  7. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js?ver=1.6.4'></script>
  8. .
  9. .
  10. .
  11. </head>
  12. <body>
  13. .
  14. .
  15. .
  16.  
  17.     <div id="slider" class="clearfix">
  18.  
  19.         <div class="slider-image"><img src="http://www.edesix.com/scripts/images/1.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/2.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/3.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/4.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/5.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/6.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/7.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/8.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/9.jpg" alt="" width="800" height="280"/></div><div class="slider-image"><img src="http://www.edesix.com/scripts/images/10.jpg" alt="" width="800" height="280"/></div>    </div><!-- slider -->
  20.  
  21.     <div class="slider-arrow" class="clearfix">
  22.         <a href="#"><span id="prev">Prev</span></a>
  23.         <a href="#"><span id="next">Next</span></a>
  24.     </div><!--slider-arrow -->
  25.  
  26. </div><!-- slideshow-->
  27. <script type="text/javascript" >
  28.             //Initiate Featured Content Slider  
  29.             $jquery('#slideshow').cycle({
  30.                 fx: 'fade',
  31.                 pager:  '#slider-nav' ,
  32.                 speed:  700,
  33.                 pause: true ,
  34.                 prev:    '#prev',
  35.                 next:    '#next'
  36.             });
  37.         </script>
  38. .
  39. .
  40. .
  41. </body>
  42. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement