javascript MARQUEE loop

Sets the number of times the element scrolls its content. After the final scroll, the content remains in a fixed position.

javascript MARQUEE hspace, vspace

Provide the pixel measure of horizontal and vertical margins surrounding the element. The hspace property affects the left and right edges of the

javascript MARQUEE height, width

Provide the height and width in pixels of the element. Changes to these values are immediately reflected in reflowed content on the page.

javascript MARQUEE focus( )

Gives focus from the current MARQUEE object, at which time the MARQUEE object's onfocus event fires

javascript MARQUEE direction

Specifies the direction of the scroll within the element space.

javascript MARQUEE dataSrc

Used with IE data binding to specify the ID of the page's MARQUEE object element that loads the data source object for remote data access.

javascript MARQUEE dataFormatAs

document.getElementById("myBanner").dataFormatAs = "text"; this property advises the browser whether the source material arriving

javascript MARQUEE dataFld

Used with IE data binding to associate a remote data source column name with the content of the marquee element.

javascript MARQUEE clientLeft, clientTop

Broadly speaking, these provide the left and top coordinates of the MARQUEE element's content within the box that includes the MARQUEE element's paddi

javascript MARQUEE clientHeight, clientWidth

provide the height and width of the MARQUEE element's content

javascript MARQUEE blur( )

Removes focus from the current MARQUEE object, at which time the MARQUEE object's onblur event fires.

javascript MARQUEE bgColor

Background color of the element. This color setting is not reflected in the style sheet backgroundColor property. Even if the bgcolor attribute

javascript MARQUEE behavior

Specifies the motion of the content within the rectangular space set aside for the marquee element. You have a choice of three motion types.

javascript MARQUEE accessKey

This is single character key that either gives focus to an MARQUEE element (in some browsers) or activates a form control or link action.

javascript MARQUEE Description

The marquee object reflects the marquee element.