| |
| Web Hosting |
|
|
|
| |
Scrolling Text |
|
| |
|
|
| |
Adding scrolling text is handy to know, as you may wish to provide an eye catching text on a special
offer or something that you wish to shout out to your visitors. Scrolling text can provide that and is
easy to use.
The tag you wish to use is <marquee> and an example is shown below.
Example:
<marquee direction="left" behavior="scroll" scrolldelay="250" scrollamount="10">"Get Your
Template Today" : "Get Some Knowledge Today" : "Get Your Design Today"
Direction: Direction the scroll goes, can be left, right, top to bottom(down) or bottom to top(up).
Behaviour: Most likely would use scroll but slide and alternate is available to. Alternate means it
would jump from one side to another.
ScrollDelay: Indicates in milliseconds how often the text is redrawn. Decrease the value for a
smoother scroll and increase it for a faster scroll.
Scrollamount: Indicates in pixels how often the text redraws. Increase this value for a slow
scrolling action or decrease it to speed up the scrolling action.
|
|
| |
|
|
|