SCROLLDELAY


SCROLLDELAY ATTRIBUTE sets the amount of delay.

SCROLLDELAY attribute lets you specify the number of milliseconds you want to elapse between each movement. Use the scrollamount attribute to specify the number of pixels you want text to move at a time.

By default, Internet Explore uses a minimum scrolldelay value of 60 milliseconds, even if you specify a smaller value. Use the truespeed attribute to override the minimum value.


Examples:

This code Will give you this:
<MARQUEE SCROLLDELAY=200>Hello!</MARQUEE> Hello!
 
This code Will give you this:
<MARQUEE SCROLLDELAY=600>Hello!</MARQUEE> Hello!
 
This code Will give you this:
<MARQUEE SCROLLDELAY=1000>Hello!</MARQUEE> Hello!


Back
My home page