Somewhere I've seen a javascript to apply to the following type form to keep the text box widths the same in appearance for Netscape and IE.
Example:
<form name="inputform" action="processform.asp">
<input type="text" name="code1" size="1" maxlength="1"></font>
<input type="text" name="code2" size="2" maxlength="2"></font>
<input type="text" name="code3" size="1" maxlength="1"></font>
<input type="submit" value="Submit" name="submitnumbers">
</form>
The widths of the above text boxes appear very different in Netscape and IE.
Thanks
Nathan Synan
Example:
<form name="inputform" action="processform.asp">
<input type="text" name="code1" size="1" maxlength="1"></font>
<input type="text" name="code2" size="2" maxlength="2"></font>
<input type="text" name="code3" size="1" maxlength="1"></font>
<input type="submit" value="Submit" name="submitnumbers">
</form>
The widths of the above text boxes appear very different in Netscape and IE.
Thanks
Nathan Synan