Hello I have on my homepage an image slide show with 3 pictures and a left and second button that rotates them. http://i37.tinypic.com/zls1tk.png I want to auto rotate them after x seconds and the buttons remane there and working also Send me your offers Thank you
You can do it by using JavaScript setTimeout() method. Call the rotate function every x seconds like this: setTimeout("rotate()",3000);
At the moment nothing I have the code ready and working great and i just need to place it on the correct place and replacing the old one