How to create an endless photo show without a marquee?

I wrote a module for Joomla! 1.5, which shows the images (banners) with the most clicks. Now I want to show this list scrolling on my home site. With "marquee" there is a break after the last picture. I found a tip that said I need to create a container div with an overflow: hidden and a second div with javascripte that reposition the images. Can anyone help me write this code because I am not getting javascripte?

+1


source to share


2 answers


There are many freebies that you can get that are already written for you.

Try using one of these jquery scripts to accomplish what you are looking for ...



http://plugins.jquery.com/project/Plugins/category/48

+1


source


The best way to implement such a feature is to look at this awesome JQuery Video tutorial and you will have a great product :)

URL: JQuery Spy Effect



MOV: Jquery Spy Effect

Hope this is exactly what you are looking for.

+1


source







All Articles