I'm trying to define the height of a single-line text input box in a form.
It absolutely must be 20px in height. Anything more and it sticks out like a sore thumb. I've never been constrained to this before.
Whenever I try to style it using a containing div, class, or selector, the size change doesn't take.
Is there a minimum height for text boxes? If so, how do I hack around that?
It absolutely must be 20px in height. Anything more and it sticks out like a sore thumb. I've never been constrained to this before.
Whenever I try to style it using a containing div, class, or selector, the size change doesn't take.
Is there a minimum height for text boxes? If so, how do I hack around that?