DekGenius.com
Team LiB   Previous Section   Next Section
Layer.moveAbove( ) move one layer above another Netscape 4 only

Synopsis

layer.moveAbove(target) 

Arguments

target

The reference Layer object above which layer is to be placed.

Description

moveAbove( ) changes the stacking order so layer appears on top of target. layer becomes a sibling of target if it is not one already. layer is given the same zIndex as target and is placed after target in the layers[] array of the containing document.

    Team LiB   Previous Section   Next Section