SCROLLAMOUNT Attribute | scrollAmount Property

Internet Development Index

Sets or retrieves the number of pixels the text scrolls between each subsequent drawing of the marquee.

Syntax

HTML<MARQUEE SCROLLAMOUNT = iAmount... >
ScriptingMARQUEE.scrollAmount [ = iAmount ]

Possible Values

iAmountInteger that specifies or receives the number of pixels.

The property is read/write. The property has a default value of 6.

Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see About Dynamic Properties.

Standards Information

There is no public standard that applies to this property.

Applies To

MARQUEE