I\'m using JavaScript to hide an image and show some text thats hidden under it. But, when the text is shown if you scroll over it, it fires the mouseout event on the container,
Shouldn't the onmouseover event be on the image div and the onmouseout event be on the text div?