Synopsislayer.moveBelow(target) Arguments
DescriptionmoveBelow( ) 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. |