CSS防止表格/DIV撑破

<table width="636" style="word-break:break-all;table-layout: fixed">
防止英文单词被打断:word-break:keep-all;
溢出显示省略号:text-overflow:ellipsis;
空格不换行:white-space:nowrap;
<div align="left" style="width:237px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;">Historical coal &amp; coke data and future forecasts</div>

你可能感兴趣的:(css)