需要在单元格
table-layout:fixed上
table和
white-space:nowrap;单元格上指定两个属性。您还需要将移至
overflow:hidden;单元格
table { width:250px;table-layout:fixed; }table tr { height:1em; }td { overflow:hidden;white-space:nowrap; }
需要在单元格
table-layout:fixed上
table和
white-space:nowrap;单元格上指定两个属性。您还需要将移至
overflow:hidden;单元格
table { width:250px;table-layout:fixed; }table tr { height:1em; }td { overflow:hidden;white-space:nowrap; }