Minggu, 18 Agustus 2013

How To Make Marquee (Dynamic Text)


Some say the marquee style text is eye catching and makes the certain text more inviting.
If you think you want to make your blog more attractive by adding dynamic text, just take a look at some of the the following codes.
May be you will decide to pick one to add to your blog.

Type 1. Text will move repeatedly from the right to the left side.

Hello ... Welcome to my blog

<marquee>Hello ... Welcome to my blog</marquee>

Type 2. Text will move repeatedly from the left to the right side.

Hello ... Welcome to my blog

<marquee direction="right">Hello ... Welcome to my blog</marquee>

Type 3. If the text has rotated for 5 times it will dissapear from the display. Sure thing you can change the number / value to any number you desire.

Hello ... Welcome to my blog

<marquee loop"5"> Hello ... Welcome to my blog </marquee>

Type 4. Text will move to and fro from the right to the left and vice verse repeatedly.

Hello ... Welcome to my blog

<marquee behavior="alternate">Hello ... Welcome to my blog </marquee>

Type 5.The moving text will stop when the pointer touches the text.

Hello ... Welcome to my blog

<marquee behavior"alternate" onMouseOver="this.stop()" onMouseOut="this.start()">Hello ... Welcome to my blog </marquee>

Type 6. This type offers you to display bottom to top moving text. When your pointer touches it, it will stop.

How to make Marquee (dynamic text)

<marquee direction="up" height="30" onMouseOver="this.stop()" onMouseOut="this.start()" scrollamount="5">How to make Marquee (dynamic text)</a></marquee>

Those are only several types of marquee. Of course there area more styles you can explore. Have fun!

0 komentar:

Posting Komentar