In IE for button elements, when you click the button the text gets pushed down, it’s like additional padding as been added to the button when active or click.
Any idea how to remove this? I’ve tried adding:
button:active, button:focus{
padding: 0;
margin: 0;
outline: 0;
}
but this doesn’t do anything.
Thank you!
IE7? Put
overflow:hiddento the button