PDA

View Full Version : Scrolling Promo


barrymcgee
02-12-2008, 05:44 PM
Hi all,

I would like to make a rotating promo and was wondering how best to approach it using Javascript. I have already made it using HTML/CSS;

http://barrymcgee.dreamhosters.com/Promo

Basically I would now like each promo to scroll through every 5 secs except onMouseover, it would pause, but I have no idea how to do it! :confused:

I would really appreciate some help!

Many thanks in advance!

peep210
02-24-2008, 06:35 PM
t=setTimeout("function()",5000);

clearTimeout(t);

freshOne
02-25-2008, 03:14 AM
how do u want it to scroll?