<table style="table-layout:fixed;">
<tr>
<td width="221" style="overflow:hidden">
//A very long text that meant to overflow
</td>
</tr>
</table>
After some research, the above code should works fine but it's not. It can only be achieved if there is an extra div tag with style overflow:hidden in td.
And another question is how to implement an overflow to height? Would be appreciate if any sample code can be provided.