views:

22

answers:

0

Greetings, I love working with the validator plugin, but I am just learning it and still trying to learn how to manipulate parts of it to my needs. Very cool, though. It works great on some forms for which I've used it, but I have a bug on this one form.

When I test the form, by not completing a required field, the form input text box in error becomes wider than it is normally on my form. It is like it goes from size="20" to size="25". I've tried using my own css to force the font-size on the errors, but I cannot seemt to force the input boxes to remain the same size. The page in question has strict width restrictions and this problem is breaking the template rules.

I've tried the following css with different sizes: .error { color: #b31b1b; font-size: 13px; } 12px and the input box gets smaller, 13px it gets larger I tried it using em;s also.

Anyone have any ideas on how I can force the input boxes to remain the same size?

thanks, JC--