marquee

Status
Not open for further replies.

tommyboy123x

Daemon Poster
Messages
654
is there any way to make a marquee scroll around itself so that when the first part of it reaches the end, it begins to appear on the other side?

ex: The marquee "Hello World! I've missed you!" goes across from the right to the left. It reaches the left side and as the H disappears it reappears on the right side of the screen

-Tom
 
There is an HTML tag used for this, but it doesn't work in all browsers.
Code:
 <marquee></marquee>

<marquee>This is a test to see if it works</marquee>
 
i have a marquee, but it won't circle around, it just goes to completion then starts again. I want it so that as it ends, it goes back to the beginning.

The goal is to make it look close to a stock ticker on the news or something like that
 
bannedv2copy.jpg
 
Status
Not open for further replies.
Back
Top Bottom