Tagged Questions

0
votes
4answers
97 views

Detect leaving a buried element - Jquery

At the moment I have an image, and when the user puts their mouse over it, using Jquery I place a transparent div over the image. The problem is that this triggers the mouseout event. I want the ...