View Single Post
Old 07-09-2005, 02:51 AM   #7 (permalink)
frumau
Junior Googler
 
Join Date: Jun 2005
Posts: 45
Thanks: 0
Thanked 1 Time in 1 Post
frumau
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?
frumau is offline   Reply With Quote