I was wondering if any of you knew some kind of simple script that will allow me to make an endless vertical Image marquee, or at least direct me somewhere that will help. Normal marquees have a big space at the end of them before they start the loop over.
What im trying to do here is make a column of images that auto scroll through but onMouseOver the marquee stops. Eventually im going to put a up and down arrow with it so the user can auto scroll through the marquee.
here's what I got:
Code:
<marquee scrollamount="2" scrolldelay="0" direction ="up" width="80" height="125"
onMouseOver="this.stop()" onMouseOut="this.start()">
dummy language etc etc.
</marquee>
Then I have links that just tell the marquee to stop onMouseOver. The only problem is I'm not too familiar with Javascript though I do know Java and I've been told its relatively similar.
|