Web Design Forum  
 
Go Back   Web Design Forum > Web Software > Scripts

Reply
 
LinkBack Thread Tools Display Modes
Old 10-11-2011, 05:05 PM   #1
New Member
 
Join Date: Jul 2011
Posts: 12
Default script for a slider

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
gabi is offline   Reply With Quote


Old 10-11-2011, 06:26 PM   #2
Silver Member
 
Join Date: Jul 2011
Posts: 163
Default

Looks like jquery

http://jquery.com/
__________________
http://www.skepticize.me
Absolution is offline   Reply With Quote
Old 10-13-2011, 03:04 PM   #3
New Member
 
Join Date: Jul 2011
Posts: 12
Default

thanks a lot!!
it is jquery!
gabi is offline   Reply With Quote
Old 10-14-2011, 09:33 AM   #4
Bronze Member
 
Join Date: Jun 2009
Posts: 31
Default

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>
then pop this in your body where you want the animation

HTML Code:
 <div class="slideshow">
<!-- what ever you want to animate here, seperate each animation with a div tag -->
</div>
enjoy
__________________
Yorkshire website design solutions by Web Design Sheffield. Hosting Solutions by UK Hosting.
web_design is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:05 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.