Io ho usato un semplice MARQUEE. Sostituisci all'asp che ho inserito il php e il gioco è fatto...




<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=2
scrollDelay=0
direction=up bgColor=#fffff9 height=120>
<%sql="select * from news where tipo= -2"
set rs3=conn.execute(sql)
%>
<%do while rs3.eof=false%>
=rs3("data")%>

<a href="index2.asp?&tipo=-2&IDNews=<%=rs3("IDNews")%>&Riferimento=News Scorrevoli" class="link2">
<font class="testor"><%=rs3("Titolo")%></font>

<%=rs3("Testo")%></a>


<%rs3.movenext
loop%>
</MARQUEE>