1
Reporters on Sun 14 Feb 2010, 4:19 pm
Okay so here is an ultra modifiable code for the ULTIMATE marquee.
Disection
- Code:
<MARQUEE onmouseover=scrollAmount=0 onmouseout=scrollAmount=9 scrollDelay=0 behavior=alternate loop=10>
ENTER TEXT HERE</Marquee>
Disection
- Code:
<MARQUEE></MARQUEE>
Activates the scrolling action.- Code:
onmouseover=scrollAmount=0 onmouseout=scrollAmount=9
On mouse over=scrollAmount=0 - This will determine how fast it will scroll when your cursor is on top of or not on top of the selection.- Code:
scrollDelay=0
This determines how long until the text actually starts scrolling.- Code:
behavior=alternate loop=10
Behavior will determine if the text will scroll around or scroll back and forth. (Options are alternate / scroll.)
Loop determines how many times it will go on its route. Such as with the current settings it will go back and forth 10 times.
Alternate :::
Scroll :::

















