Im trying to style a button with this:
button.plusone { width: 3.5em; padding: 3px 0 3px 0; text-align: center; }
Using the following css reset:
button {margin:0;padding:0;}
button {font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
button {*font-size:100%;}
In Safari and Firefox looks fine, but in Internet Explorer 6 and 7 looks too tall.
Safari, good
MSIE6, bad
Is this a known bug? How can I fix it? Thanks!