Posted by tm_matty on 03/21/06 18:08
In the following simple three column / two row HTML table, when a value
in the table contains a foreign language character like umlaute (ü),
the scroll bar will not show. Remove the character and it will show.
To reproduce, you will need to shrink your browser down to hide some of
the data.
Does anyone have an idea why this would happen?
<HTML><body><form>
<table border=1 width="100%">
<tr>
<td width="30" nowrap="nowrap"> </td>
<td nowrap="nowrap"><a href="#" >Column 1</a></td>
<td nowrap="nowrap"><a href="#" >Column 2</a></td>
<td nowrap="nowrap"><a href="#" >Column 3</a></td>
</tr>
<tr >
<td width="30" ><a href="#" ><span >1</span></a></td>
<td><a href="" target="_blank">asdf</a></td>
<td ><input type="text" style="width:100%" value="asdf adsf adsf adsf
adsf adsf adsf" /></td>
<td >
<input style="width:100%;" value="asdf asdf asdf dsf asdf assdf asfsad
ZXZXZXZXZXZXü" /></td>
</tr>
</table>
</form></body></HTML>
Navigation:
[Reply to this message]
|