|
| Webtv Tricks |
| Text |
| Backgrounds |
| Images |
| Tables |
| Bg Sounds |
| Cut, Copy & Paste |
| Voice |
| Sidebars |
| Marquees |
| Transitions |
| Links |
| Validator |
| Graphics |
| Sounds |
|
|
|
Marquees can be used in many ways. Lets review the simple marquees first: To make a very basic marquee, use: <<>marquee direction="left"<>> your words <<>/marquee<>> To make a bouncing marquee, use: <<>marquee direction="left" behavior="alternate<>> your words <<>/marquee<>> |
|
Here are a few attributes that can make your marquee more effective: To make marquees scroll faster, use: <<>marquee scrollamount="10"<>> your words <<>/marquee<>> Just replace "10" with any number to get the desired effect. To make your marquee slower, use: <<>marquee scrolldelay="10"<>> your words <<>/marquee<>> Just replace "10" with any number to get the desired effect. To make blinking text, you can combine these two codes: <<>marquee scrollamount=400 scrolldelay=500<>> your words <<>/marquee<>> Play with the numbers to get the desired effect. |