Hello! I wonder whether it's possible to draw (non-rect) elements across frames.
If I draw inside a frame of a frameset or an iframe, an object using absolute CSS positioning gets clipped. However, such an element can be drawn across an iframe when it is added to the containing frame. Is it possible to get the clipping off? How can I identify whether I'm inside an iframe? Ideally I would like to draw over the html document from an toolbar overlay. But absolute positioning does move my elements to over or under the content frame. Fixed positioning from outside the frame seems to kinda work. But not reliably. Thanks for any help, Jens
