My scenario is that I need users to be able to add arrows, circles and numbes on top of existing images (or content, why not) and to view, save and edit them. The position of the arrows would have to be related to the parent container they are used in, meaning that absolute positioning on the body is not an option as content containers can be very different and different widths might break the positioning I think.
I don't know what would be the best method; embedding JavaScript into the content for positioning or using a div and CSS rules. Does anyone have any comment or input on how to achieve this? Has anyone done something like this?