IE7 Bug: min-width input
-
Saturday, October 21, 2006 11:32 PM
It appears as though IE7 applies the
min-widthvalue aswidthoninputelements withtypeattribute values ofbutton,reset, andsubmit.Example: http://steve.ganz.name/examples/Forms/min-width-input.html
According to the CSS 2.1 specification,
min-widthcan be applied toall elements but non-replaced inline elements, table rows, and row groups
. As far as I can tell, the input element is a replaced element so min-width should apply.
All Replies
-
Wednesday, January 13, 2010 8:45 AMI have come across this issue as well.I notice that this is fixed in IE8. Is there a workaround for IE7Cheers
-
Thursday, January 21, 2010 9:19 PMModeratorYou might want to try http://dean.edwards.name/IE7/.
-
Wednesday, April 25, 2012 3:31 PMthis appears to be broken again in IE9
-
Thursday, April 26, 2012 1:56 AMhttp://steve.ganz.name/examples/Forms/min-width-input.html no problem on IE9... Check if IE7 emulation mode.
Rob^_^


