On my current profile, when hovering over the user info box, the images in the box are in one position, but at the end of the transition, the images scoot a few pixels to the right. Like-wise, when I stop hovering, the images return to the previous position at the start of the transition. I only have this problem on Chrome, which is my main browser. Does anyone know how to fix this problem, and what it is caused by?
It isn't doing it for me? I'm in Chrome too.

I'm using Firefox and I don't see this happening. I don't see anything really weird going on with your main CSS... It's most likely the webkit scrollbars, tbh
If you really really don't want to get rid of your webkit scrollbars (which only works in chrome and safari anyway), you could try getting rid of the "auto" in margin:0px auto; (body,html)

Okay, thanks. I'll have to mess with my browser a little bit, then. I guess as long as others don't see it, it's fine.
I have tried getting rid of the webkit scrollbars but it didn't work. Now that I think about it, though, it is likely the margin:0px; auto is causing the problem. If that is the case, I don't really want to remove it. :( Thank you for the help.
As Chen said, it could likely be the scrollbars but those have to be there in most cases. If it was showing up while you were editing your profile, those little dashed boxes tend to nudge things over several pixels.
My two cents. I can't really help if I can't see what it's doing. (Good luck fixing it if it comes to that.)
