<html>
<head>
<script type="text/javascript">
setTimeOut("startmar()",100000);
function startmar() {
document.getElementById("nf")..scrollAmount=2;
}
</script>
</head>
<body>
<marquee direction="up" scrollamount="0" scrolldelay="0" loop="infinite" onmouseover="this.scrollAmount=0;" onmouseout="this.scrollAmount=2;" id="nf">abc</marquee>
</body>
</html>
תהנה...
|