Are they button objects or sprites?
If they are button objects, are you using css styling?
Button objects are html elements, so they have the possibility of being rendered differently depending on the browser. You can have more control over their appearance by using CSS, or better yet use a sprite object.