I'm trying to create edit fields of the same width, so this is what I tried...
<table>
<tr>
<td>Field 1:</td>
<td><input style="WIDTH: 250px"></td>
</tr>
<tr>
<td>Field 2:</td>
<td><select size="1" name="D1" style="WIDTH: 250px"></select></td>
</tr>
</table>
Problem is that Netscape 4.xx refuses to display these properly, works fine in IE, Mozilla M18 and Netscape 6 though.
I read somewhere that there's a workaround with the <div> and <layer> tags, but I don't remember where exactly...
Anyone know a workaround? Thanks...
<table>
<tr>
<td>Field 1:</td>
<td><input style="WIDTH: 250px"></td>
</tr>
<tr>
<td>Field 2:</td>
<td><select size="1" name="D1" style="WIDTH: 250px"></select></td>
</tr>
</table>
Problem is that Netscape 4.xx refuses to display these properly, works fine in IE, Mozilla M18 and Netscape 6 though.
I read somewhere that there's a workaround with the <div> and <layer> tags, but I don't remember where exactly...
Anyone know a workaround? Thanks...