I\'m trying to create a button with height of \'22px\' , and that the text inside the button will be vertically aligned in the center of the button. I tried everything , and can
I found that using a fixed width with padding seems to work (in ff at least)
.Btn { width:75px; padding:10px; }
Try it at:-
http://jsfiddle.net/stevenally/z32kg/