I have a frameset on my site. Is it possible to set the overflow of one frame to visible, so elements of this frame are displayed over the other frame?
If not, could I append the elements to the parent document with Javascript and display them over the frames?
Thanks for your advise.
No. But if you want that one frame append other try
position: absolute;. It would be cool if you have any online demo.