javascript layer above, below
@March 15, 2008, 1:22 a.m.
above, below | NN |4| IE n/a Chrome/Safari/DOM n/a |
Read-only | |
Return a reference to the positionable element whose stacking z-order is above or below the current element. These properties operate in the context of all positionable elements in a document. If the current element is the highest element, the above property returns null. To restrict the examination of next higher or lower elements within a single layer context, see siblingAbove and siblingBelow. To adjust the stacking order with respect to specific objects, see the moveAbove( ) and moveBelow( ) methods. |
|
Example | |
var nextHigher = document.myILayer.above; |
|
Value | |
Object reference or null. |
|
Default | |
None. |
Permanent URL:
http://javascript.gakaa.com/layer-above-2-0-below.aspx
Powered by Linode.