龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > div+css/html >

div与li自动给长标题加省略号

时间:2012-12-29 08:41来源:未知 作者:admin 点击:
分享到:
div与li自动给长标题加省略号 !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 titlediv与li自动截断过长的文本

div与li自动给长标题加省略号

<!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>
<title>div与li自动截断过长的文本</title>
<meta http-equiv="content-type" content="text/html;charset=gb2312">
<style type="text/css教程">
li{
 width:200px;
 white-space:nowrap;
 text-overflow:ellips教程is;
 -o-text-overflow:ellipsis;
 overflow: hidden;
}
div{
 width:200px;
 white-space:nowrap;
 text-overflow:ellipsis;
 -o-text-overflow:ellipsis;
 overflow: hidden;
}
</style>
</head>
<body>
<div><a href="http://www.111cn.net" target="_blank">www.111cn.net,站长建站乐园</a></div>
<ul>
 <li><a href="http://www.111cn.net" target="_blank">www.111cn.net,站长建站乐园</a></li>
 <li><a href="http://www.111cn.net" target="_blank">www.111cn.net,站长建站乐园</a></li>
 <li><a href="http://www.111cn.net" target="_blank">www.111cn.net,站长建站乐园</a></li>
 <li><a href="http://www.111cn.net" target="_blank">www.111cn.net,站长建站乐园</a></li>
 <li><a href="http://www.111cn.net" target="_blank">www.111cn.net,站长建站乐园</a></li>
</ul>
</body>
</html>

精彩图集

赞助商链接