MARQUEE.start() (Method)

A command method to start the MARQUEE scrolling.

Availability:

JScript - 3.0
Internet Explorer - 4.0
JavaScript syntax:IEmyMARQUEE.start()

You can stop and start the MARQUEE animation whenever you want. Maybe it is appropriate to scroll a MARQUEE when a mouse is positioned over an object. You can call this method as part of a MouseOver event handler. Then, you can call its complementary MARQUEE.stop() method on the MoveMouseOut event handler.