Is it possible to have absolute positioning (z-indexed above one another) but have the whole thing be in the center of the page?
An example being here. Let's say I wanted to make the whole thing in the middle float in the middle of the page without losing the placement of the various elements?
Create a container div and center that and set it to relative. Within, nest your object divs set as absolute and they will use the parent co-ords as a root point.
Create a container div and center that and set it to relative. Within, nest your object divs set as absolute and they will use the parent co-ords as a root point.