August 1999
Intermediate to advanced
1488 pages
72h 53m
English
layer.below
The below property of the Layer object specifies the layer object immediately below the layer in the zIndex. If this does not exist, the below value is null.
Listing 7.321 shows an example of the below property. Two layers are created using the <layer> tag. When the Get Below button is clicked, an alert box is displayed showing the value of the below property.
<html> <head> <title> Using the below property of the Layer object</title> </head> <body> <layer id="layer1" width=200 height=200 color= bgcolor="yellow" TOP=170 LEFT=200 VISIBILITY="show"> <center>Layer 1</center> </layer> <layer id="layer2" width=150 height=160 ... |
Read now
Unlock full access