i want to scroll an Image in HTML without using <marquee> tag.... with the help of javascript -


i want give dynamic effect image in javascript...but without using of marquee

there reason why hates <marquee> tag.

that being said, try:

http://www.vegabit.com/jquery_scroller/ (demo)
http://plugins.jquery.com/project/jqscroller

http://jscroller.markusbordihn.de/example/left/ (demo)
http://jscroller.markusbordihn.de/example/

http://remysharp.com/demo/marquee.html (demo)
http://remysharp.com/2008/09/10/the-silky-smooth-marquee/

this 1 doesn't require jquery:

http://jscroller2.markusbordihn.de/example/left/ (demo)
http://jscroller2.markusbordihn.de/example/


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -