Layer.moveAbove() (Method)

Adjusts the Z ordering of a layer.

Availability:

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

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

Warnings: