Most popular web site - JavaScript Programmer’s Reference Layer.moveTo() (Method) Adjust the X,Y
JavaScript Programmer’s Reference Layer.moveTo() (Method) Adjust the X,Y position of a layer. Availability: JavaScript 1.2 Netscape 4.0 Deprecated JavaScript syntax: N myLayer.moveTo(anX, aY) anX An X coordinate relative to the parent element Argument list: aY A 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. Offset X Window Layer 1 Layer 2 Offset Y Warnings: . No longer supported in Netscape 6.0. See also: Layer.parentLayer 1304