Share via


MarqueeElement.width Property

SharePoint Designer Developer Reference

Sets or returns a Variant that represents the width of a MARQUEE element. Corresponds to the width attribute.

Syntax

expression.width

expression   Required. A variable that represents a MarqueeElement object.

Remarks

The width property can be one of the following String values:

Value Description
height An Integer followed by px specifies the width of the MARQUEE element in pixels.
percentage An Integer followed by the percent sign (%) specifies that the width of the MARQUEE element is a percentage of the width of the parent element.

See Also