Layer.moveToAbsolute() (Method)

Adjust the X,Y position of a layer.

Availability:

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

This method provides a way to locate a Netscape layer to a new absolute position relative to the document window.

Warnings:

See also:Layer.pageX, Layer.pageY

insert figure 0089