By adding a marquee effect on the text, the center of attention of visitors to the text it will be more focused. So for bloggers who want to make an announcement, you should use the marquee effect.
Adding a marquee effect on a text is not difficult because the HTML code used is very simple:
<marquee> Text Here ... </ marquee>.
Marquee Demo
The text runs to the left
Walk to the right text
Text goes up
Text goes down
Text goes back and forth (to the left and to the right)
Zig-Zag running text
1. The text runs to the left
<marquee> Text here ... </ Marquee>
2. Walk to the right text
<marquee direction="right"> Text here ... </ Marquee>
3. Text goes up
<marquee direction="up"> Text here ... </ Marquee>
4. Text goes down
<marquee direction="down"> Text here ... </ Marquee>
5. Text goes back and forth (to the left and to the right)
<marquee behavior="alternate"> Text here ... </ Marquee>
6. Zig-Zag running text
<marquee direction="up" behavior="alternate"> <marquee behavior="alternate"> Text here ... </ Marquee> </ marquee>
Is marquee code above we can customize? Obviously could, marquee above HTML code can be adapted to the style or desire of bloggers. Consider the example below!
1. Text stop when directed Cursor
Code: onMouseOver = "this.stop ()" onMouseOut = "this.start ()" Example application code: <marquee onMouseOver = "this.stop ()" onMouseOut = "this.start ()" > Text here ... </ Marquee>
2. Adding Background in running text
Code: bgcolor = "blue" (Blue is the color code, can be replaced with a favorite color pal) Examples of the application of the code: <marquee bgcolor = "Blue" > Text here ... </ Marquee>
3. Set the text speed run
Code: scrollamount = "2" (figure 2 is the speed of running text, please adjustable) Example application code: <marquee scrollamount = "2" > Text here ... </Marquee>
4. Set the width of the text runs
Code: width = "300" (Set own width. If bloggers want to set too high, just replace the word bloggers width becomes hight) Examples of the application of the code: <marquee width = "300" > Text here ... </Marquee>
Marquee text or text runs can also be applied to the widget. You can simply put the widget code BETWEEN marquee code.
If you like our post or have any suggestion or got stuck at any steps implementing the widget to your blog then leave a comment below i will be glad to help you out. Subscribe to our blog, Like us on Facebook, +1 on Google+. Keep Blogging!
0 comments:
Post a Comment