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

Synopsis

layer.moveBelow(target)

Arguments

target

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

Description

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

    Team LiB   Previous Section   Next Section