Petmo
01-09-2010, 01:00 PM
I have a strange problem. I had to make smaller height text boxes to match a printed form's height so I used:
input{
height:15px;
padding:0;
font-size:0.7em;
}
It worked fine in Windows Firefox, IE and in Mac Safari but in Firefox for Mac the text that is entered only shows the top half of the text. I have tried everything I can think of but I have not been able to get it to move up in the input box. Any ideas?
input{
height:15px;
padding:0;
font-size:0.7em;
}
It worked fine in Windows Firefox, IE and in Mac Safari but in Firefox for Mac the text that is entered only shows the top half of the text. I have tried everything I can think of but I have not been able to get it to move up in the input box. Any ideas?