Weirdness with Button Creation

I’m creating buttons using the button Element. I’m using images as my background instead of color. I bring in the background image for my Normal state, then I have to size it properly, for the width and height. I move on to the Hover state. I choose the image and when I do, the image field jumps way off the screen. I have to zoom out 50% just to find the over state. The images are the same size, not sure why this is happening. When I click off the button in the list to another element on the page the button jumps back into it proper place. Why would this happen?

You might want to select Edit > Clear All Button states to reset your button. There’s an edge case where button positioning can be incorrect. Let me know if that fixes it for you.

Thanks Daniel, that helped. Not sure why it started happening, but clearing seemed to help.