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.
<marquee>Hello ... Welcome to my blog</marquee>
Type 2. Text will move repeatedly from the left to the right side.
<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.
<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.
<marquee behavior="alternate">Hello ... Welcome to my blog </marquee>
Type 5.The moving text will stop when the pointer touches the text.
<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.
<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