<html>
<head>
<title>scrollign</title>
<script language="JavaScript1.2">
<!--
var sp=0;
function swtScroll() {
scrtext=document.getElementById?document.getElemen tById("sctext"):document.all["sctext"];
maxp=scrtext.offsetHeight?scrtext.offsetHeight:scr text.style.pixelHeight;
if (sp<-maxp) sp=0;
sp--;
scrtext.style.top=sp;
s1=setTimeout('swtScroll()',20); // larger number = slower scroll
}
if (!document.layers) window.onload=swtScroll;

function stop(){clearTimeout(s1);}

//-->
</script>

</head>

<body scroll=no>
<? $array_news=Array("stringa1","stringa2","stringa3" ,"stringa4","stringa5") ?>

<center>
<div style="overflow:hidden;background-image:url('immagine.jpg');width:400px;height:206px ;padding:10px;" onmouseover="stop();" onmouseout="swtScroll();">
<div id="sctext" style="position:relative;font-size:14;color:blue;padding-top:200px;">

<?
for ($i=0; $i<4; $i++)
echo "elemento:".$array_news[$i]."
";

?>




Benvenuti,</p>


[img]immagine.gif[/img]</p>


testo scorrevole verticale,</p>


Funziona con IE e NS,</p>


L'immagine di sfondo potete sostituirla</p>


Potete inserire tutto il testo che volete,</p>


Potete personalizzarlo ..</p>


usando i fogli di style...</p>


questo script è una valida ...</p>








</p>


alternativa alle.....</p>
<blockquote>






</p>


<font size="-1">Applet...</font></p>






</p>


JAVA</p>
</blockquote>
</div></div>
</body>
</html>