Accessing Positioned Elements
- Whether created by CSS Positioning or by a LAYER tag, a nested HTML Element object can be accessed by:
- document.layers[parentName].
layers[name]
- document.name
(A nested HTML Element object has another positioned element as its parent, not the document.)