What is a marquee? Marquee is a HTML to make text move or walk. Marquee program is much in demand and in use by the bloggers on the blog because of the nature of the program is a dynamic and interesting to see sidebar to save space on the blog page.
This marquee can be made by using tags <marquee> ...</ marquee>.
Attributes are often used are:
Marquee example of the movement:
marquee from right to left
Examples of the behavior of the moving marquee:
Sample letters and variations marquee with a background color:
There are other variations of this marquee, ie when the mouse was in the area text marquee will stop and when the mouse on the slide it back somewhere else then the text will move again, this is only adding a few courses at the marquee.
Example, please point your mouse to marquee area below:
Examples in his marquee that there is a link:
Maybe it was just a few examples can be given, please your own brain-tweaking in order to create variations of this marquee.
This marquee can be made by using tags <marquee> ...</ marquee>.
Attributes are often used are:
- BGCOLOR = "color" -> To set the background color (background) text
- DIRECTION = "left / right / up / down" -> Set the text direction of movement
- BEHAVIOR = "scroll / slide / alternate" -> To regulate the conduct of the movement
- Scroll -> text moving spins
- Slide -> text moves once then stop
- Alternate -> text moves from left to right then back again (back and forth bo)
- TITLE = "message" -> The message will appear when the mouse is above the text
- SCROLLMOUNT = "number" -> set the speed of movement in pixels, the greater the number semajin fast movements.
- SCROLLDELAY = "number" -> To set the delay time in milli seconds
- LOOP = "number | -1 | infinite" -> Set the number of loops
- WIDTH = "width" -> Set the width of the text block in pixels or percent
Marquee example of the movement:
<MARQUEE align="center" direction="right" height="200" scrollamount="2" width="30%">
marquee from right to left
</MARQUEE>
Examples of the behavior of the moving marquee:
<MARQUEE align="center" direction="left" height="200" scrollamount="3" width="70%" behavior="alternate">
marquee by the behavior
</MARQUEE>
Sample letters and variations marquee with a background color:
<div align="left"><FONT FACE="georgia" color="White"><B><MARQUEE BGCOLOR="RED" width="70%" scrollamount="3" behavior="alternate">
There are other variations of this marquee, ie when the mouse was in the area text marquee will stop and when the mouse on the slide it back somewhere else then the text will move again, this is only adding a few courses at the marquee.
Example, please point your mouse to marquee area below:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="50%" height="200" align="center">
please point to here </MARQUEE>
Examples in his marquee that there is a link:
<marquee onmouseover="this.stop()" onmouseout="this.start()" scrollamount="2" direction="up" width="100%" height="100" align="center">
<a href="http://examle.blogspot.com" target="new">examle</a><br/>
<a href="http://examle.blogspot.com" target="new">examle </a><br/>
<a href="http://example.blogspot.com" target="new">example </a><br/>
</marquee>
Maybe it was just a few examples can be given, please your own brain-tweaking in order to create variations of this marquee.
0 komentar:
Post a Comment