css自动截取字符串
作者:会飞的
CSS代码<style>body{background-color:#f4f4f4;font-size:12px;}div.test{width:200px;height:100px;border:1px solid red;border-top:4px solid red;padding:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}</style>HTML代码<
CSS代码
<style>
body{
background-color:#f4f4f4;
font-size:12px;
}
div.test{
width:200px;
height:100px;
border:1px solid red;
border-top:4px solid red;
padding:10px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
</style>
HTML代码
<div class="test">DIV+CSS模板、后台模板、图片图标下载,
CSS代码实例、CSS导航菜单、CSS图表
<h3><a href="http://wendang.xinge360.com" style="color:#000;">wendang.xinge360.com</a></h3>
</div>