以下のように、テーブル行内にある入力フィールド内に長いテキストがあります
<tr>
<td><input type="text" disabled="" value="John Doe" id="firstName" name="firstName"></td>
<td><input type="text" disabled="" value="test" id="custom2" name="custom2"></td>
<td class="tdthree"><input type="text" disabled="" value="Testing Very Bog Client Name to see How long Before This will Break . testing Test test test tesyTesting Very Bog aa" id="custom3" name="custom3"></td>
<td><input type="text" disabled="" value="09-09-1978" id="custom4" name="custom4"></td>
<td><input type="text" disabled="" value="Tes387314" id="custom1" name="custom1"></td>
</tr>
tdthree td のテキストが td 幅よりも長い場合、複数行に折り返す必要があります。Google で検索していますが、クロス ブラウザー (IE7+) ソリューションが見つからないようです。何か案は?