关于css截取字符串并以省略号展示..

css截取字符串并以省略号展示.在网上找了一些,基本都不兼容IE8..需要兼容的浏览器:IE8,火狐,谷歌浏览器.... css截取字符串并以省略号展示.
在网上找了一些,基本都不兼容IE8..需要兼容的浏览器:IE8,火狐,谷歌 浏览器.
展开
 我来答
莎拉凯瑞
推荐于2017-11-25 · TA获得超过335个赞
知道答主
回答量:161
采纳率:0%
帮助的人:223万
展开全部
<!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>
<style type="text/css">
.text{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width:200px;
}
</style>
</head>
<body>
<div class="text">
截取字符串省略号截取字符串省略号截取字符串省略号截取字符串省略号
</div>
</body>
</html>
补充说明:完美兼容所有主流浏览器,QQ空间日志标题就是这个写法,你可以参考..
loneca
2012-05-22 · 超过21用户采纳过TA的回答
知道答主
回答量:85
采纳率:100%
帮助的人:61万
展开全部
{text-overflow:ellipsis; overflow:hidden; width:100px; height:20px;}
firefox不兼容
可以这样
{text-overflow:ellipsis; overflow:hidden; width:100px; height:20px;-moz-binding: url('ellipsis.xml#ellipsis');}
然后把下面这段代码保存为ellipsis.xml
<?xml version="1.0" encoding="utf-8"?>
<bindings
xmlns="http://www.mozilla.org/xbl"
xmlns:xbl="http://www.mozilla.org/xbl"
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
>
<binding id="ellipsis">
<content>
<xul:description crop="end" xbl:inherits="value=xbl:text"><children/></xul:description>
</content>
</binding>
</bindings>
或者用js的方法实现也是可以的
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式