Synopsislayer.moveAbove(target) Arguments
DescriptionmoveAbove( ) 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. |