用CSS样式截取字符串,多的用省略号表示
展开全部
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
eg:<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
</head>
<style type="text/css">
div.test{
width:200px;
height:100px;
border:1px solid red;
padding:10px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
</style>
<body>
<div class="test">
做自己的SEO 做自己的DIV+CSS 做自己的PHP
</div>
</body>
</html>
text-overflow:ellipsis;
white-space:nowrap;
eg:<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
</head>
<style type="text/css">
div.test{
width:200px;
height:100px;
border:1px solid red;
padding:10px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
</style>
<body>
<div class="test">
做自己的SEO 做自己的DIV+CSS 做自己的PHP
</div>
</body>
</html>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div style="width:200px; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; border:1px solid #336699">试试看,前面一段我知道,加上...倒还真的不知道,看看效果</div>
你试试!
你试试!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<DIV STYLE="width: 120px; height: 50px; border: 1px solid blue;overflow: hidden; text-overflow:ellipsis">
<NOBR>就是比如有一行文字,很长,表格内一行显示不下.</NOBR>
</DIV>
<NOBR>就是比如有一行文字,很长,表格内一行显示不下.</NOBR>
</DIV>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我一般用php函数来截取。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
我之前弄个一个用div 截取的,单是不兼容!I6可以 换其他的,就不行了!现在一直是用程序截!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询