Движение в верх
Code
<DIV align=center><MARQUEE scrollAmount=2 direction=up width=123 height=150 onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=2">
Движение в низ
Code
<DIV align=center><MARQUEE scrollAmount=2 direction=down width=123 height=150 onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=2">
Движение в лево
Code
<DIV align=center><MARQUEE scrollAmount=2 direction=left width=123 height=150 onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=2">
Движение в право
Code
<DIV align=center><MARQUEE scrollAmount=2 direction=right width=123 height=150 onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=2">