This is good for affliating box. What this does is that it shows the Images/Text move...either Up/Down/Left/or Right
For Up:
Code:
<marquee direction=up scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3">IMAGES/TEXTHERE</marquee>
For Down:
Code:
<marquee direction=down scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3">IMAGES/TEXTHERE</marquee>
For Left:
Code:
<marquee direction=left scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3">IMAGES/TEXTHERE</marquee>
For Right:
Code:
<marquee direction=right scrollamount=3 onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount=3">IMAGES/TEXTHERE</marquee>