Need some help with Java/CSS (basic)

moto4life14

New Member
Hey guys,

So im working on a site and decided to use the slidertron plug-in to run a little slideshow (the one from jquery). pretty basic stuff, i was wondering if anyone knew how i could make a timer so the slides flipped automatically. I don't know java and figured it's a pretty simple task.

Here's a sample of it in place (and the files are downloadable so you can get a feel for what im looking at) http://www.freecsstemplates.org/preview/domesticated/

Thanks in advance :D
 

ronaldroe

Super Moderator
Staff member
In slidertron.js, change
Code:
advanceDelay
(line 94 in the code) to the time, in milliseconds, you want between transitions.
 
Top