I am facing an issue with overlaying a semi-transparent div and anchor on an image with an image map that dynamically generates the code. The problem arises when moving the mouse off to the left of the yellow box in IE, leaving behind a white background from the "highlight" div. I have tried various solutions such as toggling the CSS display property for the highlight div's anchors and div itself, but none seem to work reliably in IE.
If the "background-color: white" is removed from the inline CSS for the highlight box, the code fails to display the highlight at all in IE. Additionally, JQuery plugins like MapHilight are causing conflicts with other existing code.
After exploring different options including switching CSS styles between a:hover pseudoclass and the highlight div, using different JQuery functions, and looking into alternative plugins, the issue still persists in IE. Could anyone provide insights on how to achieve consistent functionality across different browsers?