Getting some strange cross browser CSS3 behaviour when rotating an image. On this page http://www.coral.co.uk/sports-betting-50 the bottom 1-2-3 circle images have a shiny ring over them, which is rotated via jquery manipulating CSS, when you hover over them.
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
The rings turn centered perfect in IE and Firefox but in Chrome the rotation looks off by 1-2pixels. I have verified the image, it is a perfect circle and bang centered as a png.
Any ideas why this behaves different in Chrome?
Your help would be much appreciated.