murtaugh/HTML5-Reset

IE input button styling

Closed this issue · 1 comments

Hi,

Currently there is: /* make buttons play nice in IE */ button {width: auto; overflow: visible;}

But what about input type buttons <input type="button" value="ahsdfhasdfh asdlfjkasdklfj asd"/> ?
These buttons suffer the same fate in IE.
Shouldn't there be a reset for it too?

Thanks. D

You are right!