Form submit input with padding
Internet Explorer 7 displays a large padding on various form submit inputs. Unfortunately, neither padding:0; or margin:0; will work in IE7, but overflow:visible; will work.
form input.ipt-submit {
overflow:visible;
}
Internet Explorer 7 displays a large padding on various form submit inputs. Unfortunately, neither padding:0; or margin:0; will work in IE7, but overflow:visible; will work.
form input.ipt-submit {
overflow:visible;
}