Monday, August 22, 2011

Variations Make Text Walk Blog

BLOG TRICKS will discuss how to make the text runs on your blog. There are several variations that can be applied in your blog


1. Your text running from left to right




<marquee direction = "rights"> CURRENT TEXT </ marquee>

Replace Text CURRENT TEXT with the text you wish to view.

2. The text runs from right to left

<marquee behavior = "alternate"> CURRENT TEXT </ marquee>

3. The text runs from right to left and will stop when the mouse pointer is over it

<Marquee onmouseover = "this.stop ()" 
onmouseout = "this.start ()"> CURRENT TEXT </ marquee>

4. T ex goes from right to left with speed that we can set

<marquee behavior = "alternate" scrollamount="20"> CURRENT TEXT </ marquee>


5. Text runs from top to bottom 
<marquee direction ="up"> CURRENT TEXT </ marquee>


6. Text erjalan from bottom to top 
<marquee direction ="down"> CURRENT TEXT </ marquee>


7. The text runs sequentially from the bottom up and if the mouse pointer is on it then the text will stop

<marquee direction="up" onmouseover="this.stop()" scrollamount="3" onmouseout="this.start()" width="200" height="100"> <br> TEXT TEXT WALK WALK<br > CURRENT <br> TEXT TEXT TEXT <br> WALK WALK WALK <br> <br> TEXT</ marquee>


CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
<br> Means for spacing

8. Text runs sequentially from the bottom up and if the mouse pointer is on it then the text will stop with the position of the text in the middle

<center> <marquee direction="up" onmouseover="this.stop()" scrollamount="3" onmouseout="this.start()" width="200" height="100"> <br> triks CURRENT TEXT WALKING BLOG <br> <br> TEXT TEXT TEXT <br> WALK WALK WALK <br> <br>TEXT </ marquee> </ center>

CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
CURRENT TEXT
CURRENT TEXT

How?
explain?

on the first try it,,,
already tired of this,,