Log in

View Full Version : Continuous image scrolling without gap from top to bottom



hariprasad
05-19-2010, 05:32 AM
iam using the following code to scroll a single image from top to bottom, there is a gap in between each scroll...i want a continuous scrolling of image without any gap...what change should i make in the code...pls help...


<marquee behavior="scroll" direction="down" height="700"><img src="http://img97.imageshack.us/img97/3398/allms.jpg" alt="GVR" width="132" height="810" /></marquee>

Beverleyh
05-19-2010, 07:39 AM
If I were you, I'd switch to jQuery and use a plugin like this: http://kiusso.net/scripts/imageScroller_jquery_plugin/index.htm

hariprasad
05-19-2010, 05:21 PM
no other way???
cant do anything with the above code??