I am using jquery Tiny Carousel for sliding images but our client asks for continuous scrolling in a same direction i searching it for a day and i cant found the exact thing… Did anyone here came across it?
Now i am using this plugin for tinycarousel
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#slider").tinycarousel({ axis: 'x', display: 1, interval: true })
});
</script>
and i found that with this the looping is not possible anyone know how to loop this? or point me an another slider jquery control….
Finally i found the slider here
http://javascript.about.com/library/blcmarquee1.htm