wienerdog
07-10-2008, 04:26 PM
I'm trying to figure out a way to vertically center the text that a user inserts into a text input field. I styled the input box with the following CSS:
input.field_entry {
border:1px solid #B1B1B1;
border-top:2px solid #B1B1B1;
height:2em;
display:block;
margin-bottom:10px;
min-width:4.5em;
}
input.field_entry:focus, input.sffocus {
border-color:#F2882B;
}
Any suggestions?
input.field_entry {
border:1px solid #B1B1B1;
border-top:2px solid #B1B1B1;
height:2em;
display:block;
margin-bottom:10px;
min-width:4.5em;
}
input.field_entry:focus, input.sffocus {
border-color:#F2882B;
}
Any suggestions?