IE7 and IE6 will by default add padding to input button object depending on width, to remove the extra padding, add the following css to your input object:
overflow: visible;
IE7 and IE6 will by default add padding to input button object depending on width, to remove the extra padding, add the following css to your input object:
overflow: visible;