Lately, I've been facing an unusual issue in my web application (php) that was fine just a month ago.
Upon hovering over a specific < TEXTAREA > or two buttons (add, exit) within a DIV, the background color of the DIV fills up, rendering the INPUT, TEXTAREA, and buttons invisible.
This particular DIV simulates a window with two inputs and OK and exit buttons. I toggle its visibility as one would with a "window" in Windows.
If I hover over any other button on the page (triggering a mouseOver event), the DIV reappears and functions correctly.
The issue occurs when I hover over the TEXTAREA and two buttons, causing the DIV to turn gray.
Thank you for any help!
I hope this is not a bug specific to Chrome. It seems to work fine in Firefox, but Opera presents another challenge. So strange.