用css限制字数,多余的显示省略号
.infoList ul li a{ display:block;height:20px;width:200px;line-height:20px; background:url(images/dot.gif) 5px 8px no-repeat; font-size:12px;text-indent:15px; white-space:nowrap; /*文本不换行*/ text-overflow:ellipsis; /*溢出的文本显示省略号*/ overflow:hidden; /*溢出的部分隐藏*/ }
浙公网安备 33010602011771号