|
|
#1 |
|
New Member
![]() Join Date: Jul 2011
Posts: 12
|
Hello!
I like this slider very much, here is the link http://samples.cpasitesolutions.com/...449/?style=449 can you tell me which script is that and where can I download it? thanks in advance!! p.s. I am new in webdesign and sripts also
|
|
|
|
|
|
#2 |
|
Silver Member
![]() Join Date: Jul 2011
Posts: 163
|
__________________
http://www.skepticize.me |
|
|
|
|
|
#3 |
|
New Member
![]() Join Date: Jul 2011
Posts: 12
|
thanks a lot!!
it is jquery! |
|
|
|
|
|
#4 |
|
Bronze Member
![]() Join Date: Jun 2009
Posts: 31
|
here you go!
pop this in your header HTML Code:
<!-- include jQuery library --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <!-- include Cycle plugin --> <script type="text/javascript" src="http://cloud.github.com/downloads/malsup/cycle/jquery.cycle.all.2.74.js"></script> <!-- initialize the slideshow when the DOM is ready --> <script type="text/javascript"> $(document).ready(function() { $('.slideshow').cycle({ fx: 'scrollLeft', speed: 1000, timeout: 7000// choose your transition type, ex: fade, scrollUp, shuffle, etc... }); }); </script> HTML Code:
<div class="slideshow"> <!-- what ever you want to animate here, seperate each animation with a div tag --> </div>
__________________
Yorkshire website design solutions by Web Design Sheffield. Hosting Solutions by UK Hosting. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|