2006/10/19

IE7 Bug: min-width input

IE7 applies the min-width value as width on input elements with @type values of button, reset, and submit.

default

min-width: 50px;

DIV

width: 50px;

DIV