Layer.moveTo() (Method)

Adjust the X,Y position of a layer.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
JavaScript syntax:NmyLayer.moveTo(anX, aY)
Argument list:anXAn X coordinate relative to the parent element
aYA Y coordinate relative to the parent element

This method provides a way to locate a Netscape layer to a new absolute position relative to its containing parent object.

Warnings:

See also:Layer.parentLayer

insert figure 0088