To test the capabilities of absolute and relative CSS positioning.
Utilises a simple loop to build a DOM tree of <div> elements.
Each new element is half the size of the previous element, and all elements are children of a single
<div> container. Each child is designated position: absolute and the parent element position: relative
The loop demonstrates the possibilities for absolute positioning
within a relative container.
Exposé to follow.