vote up 1 vote down star

The longer an input button's text (value) is, the wider the left and right padding seems to get (IE). Explicit CSS padding seems to have no effect. Does anyone have a hack for this?

flag

1 Answer

vote up 3 vote down check

yes try this (PS this bug is fixed in IE8)

padding:1px 4px 1px 4px;/*set to your preferences*/

/*Make IE render reasonably sized buttons*/
overflow:visible;
width:auto;

(note that buttons that are like 30-50 characters long start to degrade again, but they aren't that common)

link|flag
Very cool. Thanks! – Ishmael Feb 18 at 17:14

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.