Text scroller using javascript -


i tried implementing text scroller , did not appear. what's problem?

i based here , followed steps : http://javascript.internet.com/text-effects/news-scroller.html

do guys have idea of text scroller aside this? works movie credits. :)

html

<html>  <body>   <marquee behavior="scroll" direction="down" scrollamount="2" height="100" width="350">   hello!   </marquee>  </body> </html> 

if desire jquery plugin:

and if using other jslib there independent script of vertical scrolling:


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -