I've got an HTML element where the opacity changes on hover (using a CSS3 transition). The problem is that in Firefox (on Windows at least), the text (a <p>) within the element (a <div>) dims perceptibly during the opacity change, then "pops back" to the way it should be a fraction of a second after the transition ends. Like this (video):
http://screencast.com/t/zzWc9EF8wq4c
This problem does not occur in Chrome.
Any ideas what might be causing this? Any workarounds?