moveTo Method
This topic documents a feature of Binary Behaviors, which are obsolete as of Internet Explorer 10.
Moves the upper-left corner of the element to the specified location for the movable behavior.
Syntax
movable.moveTo(iX, iY)
Parameters
iX Required. Horizontal scroll offset, in pixels. iY Required. Vertical scroll offset, in pixels.
Return Value
No return value.
Remarks
The moveTo method is available only to objects participating in the movable behavior.
Applies To
movable