Apparently, the solution is to give the border to another element wrapping the input and set the input border to 0.
Too late for me now, guess will have to live with the fuglies in IE6/IE7.
Also, haven’t found a way to remove the default padding inside the <input> tag!
1 comment:
To remove the padding, just add overflow:visible and width:auto to your submit buttons.
Post a Comment