Yesterday I thought I hated IE, today all doubt is gone.
I have a swf that is placed on the page with JS (I did not author this). There are 3 buttons on this swf. When a user hovers over the button transitions to gray and the text turns a blue color. When the user rolls out the button goes back to white and the text goes back to black.
In stupid IE, when the text should be black, it is not visible (probably white not sure because the button is white at that point).
I cannot understand how something like this can be browser-specific. It is a hover listener within the swf. How can that break in IE?