trai dis :
codice:
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
var blank = "http://www.your-web-site-address-here.com/blank.gif";
topedge = 5 ; // location of news box from top of page
leftedge = 1; // location of news box from left edge
boxheight = 175; // height of news box
boxwidth = 155; // width of news box
scrollheight = 650; // total height of all data to be scrolled
function scrollnews(cliptop)
{
if (document.layers)
{
newsDiv = document.news;
newsDiv.clip.top = cliptop;
newsDiv.clip.bottom = cliptop + boxheight;
newsDiv.clip.left = 0;
newsDiv.clip.right = boxwidth + leftedge;
newsDiv.left = leftedge;
newsDiv.top = topedge - cliptop;
}
else
{
newsDiv = news.style;
newsDiv.clip = "rect(" + cliptop + "px " + (boxwidth + leftedge) + "px " + (cliptop + boxheight) + "px 0px)";
newsDiv.pixelLeft = leftedge;
newsDiv.pixelTop = topedge - cliptop;
}
cliptop = (cliptop + 1) % (scrollheight + boxheight);
newsDiv.visibility='visible';
setTimeout("scrollnews(" + cliptop + ")", 34);
}
</script>
<style>
body { margin:0px 0px 0px 0px; }
</style>
</HEAD>
<BODY bgcolor="#FF6600" OnLoad="scrollnews(0)">
<div ID="news" align="left" style="position:absolute; visibility:hidden; top:5px; left:2px; height:650; clip:rect(1,1,1,1); border-width:0px; width: 160;">
<table border=0 cellpadding=1 cellspacing=0 bgcolor="#FF6600">
<tr>
<td>
<script language="javascript">
document.write('[img] + blank + [/img]');
</script>
</td>
</tr>
<tr>
<td width="170">
2005-05-05
<a href "LINK.hym" target="_parent" class=aut>TITOLO O TESTO</a>
</p>
2005-05-05
<a href "LINK.hym" target="_parent" class=aut>TITOLO O TESTO</a>
</p>
2005-05-05
<a href "LINK.hym" target="_parent" class=aut>TITOLO O TESTO</a>
</p>
</td>
</tr>
<tr>
<td>
<script language="javascript">
document.write('[img] + blank + [/img]');
</script>
</td>
</tr>
</table>