码迷,mamicode.com
首页 > Web开发 > 详细

CSS3之超出隐藏

时间:2018-08-10 23:23:03      阅读:233      评论:0      收藏:0      [点我收藏+]

标签:display   技术   pre   隐藏   spl   lin   分享图片   rap   get   

技术分享图片

html

<td ><a class="link"  href="{$vo.link}" target="_blank">{$vo.link}</a></td>

css

<style>
    .link{
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space:nowrap;
        width:300px;
        height:24px;
        display:block;
    }
</style>

CSS3之超出隐藏

标签:display   技术   pre   隐藏   spl   lin   分享图片   rap   get   

原文地址:https://www.cnblogs.com/jiqing9006/p/9457142.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!