Layer.moveBelow() (Method)

Adjusts the Z ordering of a layer.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
JavaScript syntax:NmyLayer.moveBelow(aLayer)
Argument list:aLayerThe layer object to be moved below

This method provides a way to move a layer behind another layer without needing to do complex Z index computations.

Warnings: