Layer.below (Property)

The layer immediately below the receiving layer object.

Availability:

JavaScript - 1.2
Netscape - 4.0
Deprecated
Property/method value type:Layer object
JavaScript syntax:NmyLayer.below

The layers area arranged into a hierarchy and presented to the user as a stack viewed from one end. Given that you are referencing any particular layer, if there is one below it in the stack, this property will yield an object that encapsulates it.

Warnings:

Property attributes:

ReadOnly.