|
I found all the necessary information. This is what a decided to use in the end:
<marquee bgcolor="#FFFFFF" scrolldelay="300"(together with scroll amount this function handles the scrolling speed) onMouseover="this.scrollAmount=1"(when the mouses passes over the text) onMouseout="this.scrollAmount=2"(when the mouse leaves the text area
direction="up" loop="true"(continuous news feed) width="120">
There is only one thing bothering me. In Firefox the text is first displayed as ordinary text before the browser realizes there is a marquee and displays it scrolling...
Any suggestions?
|