fuzzy1
04-24-2006, 04:27 PM
While there appears to be ample head room, the text in
my input boxes is cut off at the bottom of the field (g,y,j etc)
How does one control vertical alignment of input text?
My inputs are defined as follows:
form {
margin:0;
padding:0;
}
input, select {
height:14px;
font-family: sans-serif;
font-size: 10px;
background:#fff;
border:1px solid #bbb;
}
my input boxes is cut off at the bottom of the field (g,y,j etc)
How does one control vertical alignment of input text?
My inputs are defined as follows:
form {
margin:0;
padding:0;
}
input, select {
height:14px;
font-family: sans-serif;
font-size: 10px;
background:#fff;
border:1px solid #bbb;
}