LI中内容超过长度后以省略号显示的方法
此方法适用与IE与OP浏览器
<style type="text/css">
<!--
li {
     width:200px;
     white-space:nowrap;
     text-overflow:ellipsis;
     -o-text-overflow:ellipsis;
     overflow: hidden;
     }

-->
</style>

posted on 2010-10-26 23:16  深海大虾  阅读(265)  评论(0编辑  收藏  举报