Share via


MarqueeElement.height Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the height of a MARQUEE element. Corresponds to the height attribute.

Syntax

expression.height

expression   Required. A variable that represents a MarqueeElement object.

Remarks

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

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

See Also