div 溢出隐藏 div文字溢出用点(省略号)代替

有一条长长的石头,外形像一条龙,石头上长满斑斑点点的东西,像龙身上的鳞。人生就是一场旅行,不在乎目的地,在乎的应该是沿途的风景以及看风景的心情。春色满园关不住,一枝红杏出墙来。

复制代码
代码如下:

[html]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh" lang="zh">
<head profile="http://www.w3.org/2000/08/w3c-synd/#">
<meta http-equiv="content-language" content="zh-cn" />
<meta http-equiv="content-type" content="text/html;charset=gb2312" />
<title>div中溢出文字用点代替的代码</title>
<style type="text/css">
/*<![CDATA[*/
li {
width:200px;
white-space:nowrap;
text-overflow:ellipsis;
-o-text-overflow:ellipsis;
overflow: hidden;
}
/*]]>*/
</style>
</head>
<body>
<ul>
<li><a rel="nofollow noopener noreferrer" href="#">web标准常见问题大全web标准常见问题大全</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">web标准常见问题大全web标准常见问题大全</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">web标准常见问题大全web标准常见问题大全</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">web标准常见问题大全web标准常见问题大全</a></li>
<li><a rel="nofollow noopener noreferrer" href="#">web标准常见问题大全web标准常见问题大全</a></li>
</body>
</html>
[/html]

到此这篇关于div 溢出隐藏 div文字溢出用点(省略号)代替就介绍到这了。人生最可怕的莫过于你在一群甘于平庸的人中,一点点被磨平了斗志,心甘情愿地将就着过未来的日子。你是谁,了你的起点,和谁在一起,成为什么样的人,才决定你的终点。余生不长,和谁在一起,真的很重要。更多相关div 溢出隐藏 div文字溢出用点(省略号)代替内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

标签: div