I have an iframe binded to mousemove.
That means this iframe follows the mouse cursor everywhere it goes.
But i need to hide/disable/make it invisible when it passes over a link.
I need to hide/disable the iframe when passing over a link otherwise the link become unclickable (since the iframe is over it).
It have to be general links, so i cant use an id, it must be related to general link tag
THE ANSWER: http://jsfiddle.net/ZPA5g/
I will hide the form in links, inputs, and images or whatever elements i need.
Read the comments on both answers to check its differences. Both works.