I created a unique effect where a background div fades in when moused over, followed by the foreground div fading in. However, I encountered an issue where the tooltip ends up "flashing" as the foreground steals focus from the background.
For reference, here is a link to the code: http://jsfiddle.net/ts97t/
Does anyone have any suggestions on how to prevent the flashing and ensure that the tooltip remains visible?
Thank you!