Баннеры движутся вверх
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">