August 1999
Intermediate to advanced
1488 pages
72h 53m
English
layer.siblingBelow
The siblingBelow property of the Layer object refers to the sibling layer immediately below the current layer in the zIndex. If this doesn't exist, null is returned.
Listing 7.353 shows the siblingBelow property. When the button is clicked, the siblingBelow value is displayed.
<html> <head> <title> Using the siblingBelow property of the Layer object</title> </head> <body> <layer id="layer2" width=200 height=200 color= bgcolor="yellow" TOP=170 LEFT=200 VISIBILITY="show"> <center>Layer 1</center> </layer> <layer id="layer1" width=150 height=160 color= bgcolor="green" TOP=100 LEFT=70 VISIBILITY="show"> ... |
Read now
Unlock full access