javascript - force popup to display on the top of the page -


I have a popup that is removed by hovering over a link in the iframe embedded within the main page .

Currently, this popup is rendering on the iframe and is cut. I want to display the popup at the top and not in the frame.

As far as I can see, it can not be done in a reliable and simple way .

You have to display the popup in the original frame, because it is the only one that can hover over your iframe. If the popup is attached to the position of the mouse, the amount of effort required to cross-compute the correct positions and move them to the original frame is huge and very complex.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -