首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

td掩藏多余文本

2012-11-01 
td隐藏多余文本!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/

td隐藏多余文本

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /><style>table{ table-layout:fixed;}td{text-overflow:ellipsis;overflow: hidden;white-space:nowrap;word-break:keep-all; }td:after{ content:"***";}/* firefox下有效*/</style></head><body><table id="query"  width="100%" cellspacing="0" cellpadding="0" border="1"><tr><td width="5%"  title="xxx" >ererwaasdasd</td><td width="95%" title="yyy" >用户IDasdasdasdasdasdasd</td></tr></table><div style="width:200px;text-overflow:ellipsis;overflow: hidden;white-space:nowrap; background-color:#00CC99;">这里是一个测试这里是一个测试这里是一个测试这里是一个测试</div></body></html>

热点排行