You are here: Reference > HTML > attributes > TRUESPEED (marquee)

TRUESPEED attribute (marquee)

Browser support:
Sets whether the value of the scrollDelay attribute should be taken as an exact value or not.
If truespeed mode is on, any scrollDelay value less than 60 will be replaced with 60. If the value of the scrollDelay attribute is greater than 60, the TRUESPEED attribute has no effect.
JavaScript page for this attribute: trueSpeed. You can find other example(s) there.

Possible values:

This attribute has no values.
Specifying the TRUESPEED attribute with an arbitrary value has the same effect as specifying it with no value.
For example, all of the following declarations have the same effect: truespeed, truespeed="true", truespeed="false", truespeed="on", truespeed="truespeed".
Although Boolean attributes may be used with no value in HTML, for XHTML compatibility, always use the TRUESPEED attribute in the following format: truespeed="truespeed".

Example HTML code 1:

This example illustrates the use of the trueSpeed attribute:
<marquee scrollamount="3" scrolldelay="6" >Hi There!</marquee>
<marquee scrollamount="3" scrolldelay="6" truespeed="truespeed">Hi There!</marquee>
Did you find this example helpful? yes no

Supported by tags:

Related pages:

External links:

User Contributed Comments

Post Content

Post Content