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,
Try using onmouseenter instead of onmouseover and onmouseleave instead of onmouseout.