Hey guys,
I'm trying to vertically center-align text on a button but no matter what it always shows up too low.
Here's my CSS
.fb8 {
background: url(button.png) no-repeat;
border: none;
outline: none;
color: #bbbbbb;
height: 22px;
width: 105px;}
and this is my html:
<input type="button" value="Login" class="fb8" name="btnLogin" />
<input type="button" value="Register" class="fb8" name="btnRegister" />
The Login/Register text appears slightly below the middle of the button and I'd like it to show up dead center.
I uploaded an image of the problem
Thanks,
trixma