This marquee can be made by using tags <marquee> ...</ marquee>.
Attributes that are often used normally are:
BGCOLOR = "color" -> To set the background color of text
DIRECTION = "left / right / up / down" -> To set the text direction of movement
BEHAVIOR = "scroll / slide / alternate" -> To set the behavior of the moving
Scroll -> function to rotate the text moves Slide -> function to move the text once and then stopped
Alternate -> function so that the text moves from left to right and then back again (alternating)
TITLE = "message" -> message will appear when the mouse is above the text
SCROLLMOUNT = "number" -> To manage the speed of pixels, the greater the number semajin fast movements.
SCROLLDELAY = "number" -> To set the delay time (in milliseconds)
LOOP = "number | -1 | infinite" -> To Set the number of loops
WIDTH = "width" -> To set the width of the text block in pixels or percent
For more clear I will give an example:
Marquee example of the movement:
<MARQUEE Align="center" height="200" direction="right" scrollamount="2" width="30%">
marquee from left to right
</ Marquee>
Marquee example of the movement behavior:
<MARQUEE Align="center" direction="left" height="200" width="70%" scrollamount="3" behavior="alternate">
marquee behavior according to
</ Marquee>
For example, please point your mouse to marquee area below:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" height="200" width="50%" align="center">
please point here
</ Marquee>
results:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="100" align="center">
<a href="http://mesotheliomalaw-firm.blogspot.com" target="new"> Mesothelioma Information </ a> <br/>
<a href="http://metrofurnindo.blogspot.com" target="new"> Teak Furniture </ a> <br/>
<a href="http://personalblogtopics.blogspot.com" target="new"> Blogging Tutorial </ a> <br/>
</ Marquee>
result:
Good Luck