I recently encountered an issue with my menu, where images used as backgrounds for buttons would animate on hover. Surprisingly, when I hovered over an image and it animated (by enlarging and rotating), other elements on the page would shift slightly without any clear reason.
To demonstrate this problem, I created a JSfiddle in the hopes of replicating the bug that was present on my website (resulting in other images being moved) while keeping the code concise.
However, instead of the images experiencing this shifting effect in the JSfiddle, the result
text inexplicably moves, and the CSS scrollbar flickers.
Check out the JSfiddle here: http://jsfiddle.net/AaXyV/1/
YouTube: Watch the DEMO VIDEO at second 0:10
Has anyone else experienced this bug before? Any suggestions for fixes?
I tested this in Chrome 24.0.1312.52 m, and it seems to work fine in other browsers, including Safari.