.test{
width:200px;
height:50px;
border:1px solid red;
padding:10px;
overflow:hidden; /*不显示超过对象宽度的内容*/
text-overflow:ellipsis; /*当对象内文本溢出时显示省略标记(…)*/
white-space:nowrap; /*限制在一行内显示所有文本*/
}
<html> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ /> <title>www.jb51.net NICE源码</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”> NICE源码,努力打造精品学习网站<a href=”https://www.jb51.net” style=”text-decoration:none”>。</a>欢迎大家光临</div> </body> </html>
[Ctrl+A 全选 注:引入外部Js需再刷新一下页面才能执行]