tags:

views:

845

answers:

3

I want a "Continuous marquee text" over and over again... back to back... i dont want the text to finish scrolling completely before the next one starts... i want the same text to start scrolling and continue...

+2  A: 

Well, if you want a custom implementation I figure you will want to create one using JQuery. A Marquee should be quite easy to create. Have you looked for a readymade script on the Internet?

Cyril Gupta
+6  A: 

Offtopic, but marquee (be it a marquee tag or jQuery-based one) is evil.

Anton Gogolev
+1  A: 

jScroller2 probably does what you need without using the marquee tag.

The marquee tag should not be used since it is not a HTML or XHTML standard tag, it was invented for Internet Explorer and other browsers have it just for compatibility.

Ólafur Waage