We will discuss all these with some examples on how to manage these values.
Scroll:
This is the default behavior. This lets the Text to scroll across the screen like a stock ticker i.e., the text should start from only one side and it should scroll completely to the opposite end and start again
Example:
Code:
<marquee bgcolor="#000080" style="color: #FFFFFF; font-family: Book Antiqua" behavior="scroll" > This is an Example Marquee (Behavior : Scroll)</marquee>
Slide:
This lets the text move from one end to the other end and once the text reaches the other end it stops scrolling
Example: ( Only in IE)
Code:
<marquee bgcolor="#000080" style="color: #FFFFFF; font-family: Book Antiqua" behavior="slide">This is an Example Marquee (Behavior : Slide)</marquee>
Alternate:
This lets the Marquee text to alternate between scrolling and sliding i.e., Starts from one end and on reaching opposite end it moves in the opposite direction
Code:
<marquee bgcolor="#000080" style="color: #FFFFFF; font-family: Book Antiqua" behavior="alternate" > This is an Example Marquee (Behavior : Alternate)</marquee>
how we can make a text start from right corner and stop at center ?
smo1234
20-03-2017
This part is added now. This is not a direct solution but can be used.
Aditya Soni
25-01-2019
The 'Alternate' Behavior is not working in Up and Down direction . Can you solve this?
smo1234
08-02-2019
This part is added.
07-12-2019
in your website have a fantastic example that is very benefits ,thanks
24-12-2020
I figured out how to make it scroll up but it always starts from the very bottom of the page
can you add a section for scrolling up but starting from the very top?
Thanks
17-06-2021
Many thanks, clarified a doubt I had.
13-10-2021
Tks a lot
✖
We use cookies to improve your browsing experience. . Learn more