Rolling Message


Klick here!

You can also put it into you body-tag for "automatic" start
i.e. <body onload=rulla()>
You can also format the text as you want!
You message goes here!

Message 1

Message 2

Message 3

Message 4

Message 5

Message 6

Message 7

Message 8

and so on...







Put this between your HEAD-tags
<script language="JavaScript">
function scroll() {
if(parseInt(document.all.roller.style.top) > -350) {
document.all.roller.style.top = parseInt(document.all.roller.style.top) - 2
} else {
document.all.roller.style.top = parseInt(document.all.roller.style.top) + 670
}
}
function rulla() {
setInterval("scroll()", 50)
}
</script>


Put this between your BODY-tags
<span id="yttre" style="position:absolute; top: 0px; left: 0px; height: 300px; width: 100px; overflow: hidden; clip: rect("0,320,320,0"); border-style: solid">
<span id="roller" style="position: absolute; top: 310px; left: 10px; font-family: tahoma; font-size: 10pt">
You message goes here!<br><br>
Message 1<br><br>
Message 2<br><br>
<font color="red">Message 3</font><br><br>
Message 4<br><br>
Message 5<br><br>
Message 6<br><br>
<font color="blue">Message 7</font><br><br>
Message 8<br><br>
and so on...<br><br>

</span>
</span>


Free JavaScripts provided
by Winfolinx.com

Back