I've created a simple project that consists of a single frame with rollover effects. When the mouse pointer moves over an image, I want a separate text element to be displayed. I want the text to remain displayed until the mouse pointer moves off the image.
I've coded this and it works, except for one detail: when the mouse pointer is over an image, its corresponding text is displayed for only a couple seconds before being hidden again.
I've tried both mouseover/mouseout and mouseenter/mouseleave, but both produce the same results.
I've tested this in both Chrome and Firefox, so it doesn't seem to be a browser issue.