So i have made column widths for my input text (which i am mandated by client to do so...)
<td colspan="1" width="250">
<input type="text" id="CUSTOMER_NAME"
name="APPLICATION.CUSTOMER_NAME"
value="ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567891011"
size="30"
maxlength="30"/>
</td>
At first look, it does seem like its truncated. Like below. But in actual fact once you double-click on the text, you can scroll horizontally to reveal the text further to the right
Is there any way to prevent the horizontal scroll and have the text wrap to the second line for IE 7 without using textarea?
Expected outcome: