Accessing Positioned Elements
- Whether element was positioned using CSS Positioning syntax or LAYER tag, JavaScript object model is the same. Developers are free to position elements with syntax of choice.
- Positioned elements/LAYERs are both reflected as JavaScript HTML Element objects (a.k.a. JavaScript Layer objects).