私は次のhtml/cssを持っています:
<html>
<body>
<style type='text/css'>
.result_table table {
border-collapse:collapse;
}
.result_table table td {
white-space:nowrap;
max-width:200px;
overflow:hidden;
padding:4px;
max-height:24px;
height:24px;
}
</style>
<div class="result_table">
<table border=1><thead><tr><td>Title</td></tr></thead>
<tbody>
<tr>
<td>Lorem ipsum dolor sit amet, ...</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>
「Loremimpsum」の長さが長い場合(9000シンボルを超える場合)、ブレークシンボルがなく、TDにラップおよびオーバーフローディレクティブがない場合でも、Operaブラウザはテキストのラップを開始します。
他の有名なブラウザはすべてうまくいきます: