Whenever I try to set the padding-top of one of my form fields in CSS, it increases the height! Why is this? How do I stop it from happening?
Here is my CSS code for the class "form":
Any ideas?Code:.form { height:18px; border:1px solid #cccccc; font-family:tahoma; font-size:10px; padding-left:0px; padding-top:0px; background-color:#ffffff; width:120px; }