All my submit buttons have different size and it looks really weird. At least I want them to have the same height. Look at the pictures below.
Firefox:
IE7:
Chrome & IE8 (how i want it):
My CSS looks like this:
input, select, textarea {
margin-bottom:3px;
}
input, select, button, textarea {
font-family: Tahoma, Verdana, sans-serif, FreeSans;
font-size:11px;
}
input[type=submit] {
padding:1px 3px;
}
Anyone know how i can fix this?
UPDATE
Width problem fixed. Problem now: The height of the button in Firefox. Any tips?