Forum Moderators: open
My form fields look great in IE using CSS, but are extremely too long in NN4.
Below is some of the form field entries for controlling size:
<input maxLength="40" name="Name" size="39" style="font-size: 10px; color: #6D6D36; font-family: Arial; border: 1 solid #6D6D36">
<textarea name="BusinessDescription" rows="3" cols="46" wrap="virtual" style="font-family: Arial; font-size: 10px; color: #6D6D36; border: 1 solid #6D6D36"></textarea></td>
Those are the two I am having trouble with.
When I decrease the size to fit for NN4, it is way too small on IE.
Is there a different way to define the field size that is more compatible for both browsers?
Thanks!
<input maxLength="40" name="Name" size="39" style="width: 200px; font-size: 10px; color: #6D6D36; font-family: Arial; border: 1px solid #6D6D36">