Tuesday, March 31, 2009

Black Border on input tags in IE6/IE7

Apparently, the solution is to give the border to another element wrapping the input and set the input border to 0.

http://stackoverflow.com/questions/126445/any-way-to-remove-ies-black-border-around-submit-button-in-active-forms

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:

Evol said...

To remove the padding, just add overflow:visible and width:auto to your submit buttons.