The absolute positioning works fine when in design mode inside the editor but in the final rendered mode, the absolute position values will be in relation to the page or whatever the parent container is which means the object could be way off where it should it should be in relation to other non absolute positioned objects while viewing them all in design mode.
Shouldn't the editor be injecting some extra html/css dynamically or add x,y offsets to the position values so that the object is positioned where the user had intended to be? Meaning what you see in the editor in design mode is 'exactly' what you'll see in the rendered page.
Otherwise what's the value of the absolute positioning function?
