html 如何收缩内容,html – 如何使表格单元格收缩宽度仅适合其内容?

如果我理解你,你有表格数据,但是你想在浏览器中使用div元素(AFAIK表和带有display:table的表格大致相同)表示。

标记:

first
test
this is long
2nd
more test
it is still long

和CSS:

.theTable{

display:table;

width:95%; /* or whatever width for your table*/

}

.theRow{display:table-row}

.theCell{

display:table-cell;

padding: 0px 2px; /* just some padding, if needed*/

white-space: pre; /* this will avoid line breaks*/

}

.bigCell{

width:100%; /* this will shrink other cells */

}​

可悲的是,一年前我无法做到这一点,当时真的需要它-_-!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值