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

-->
</style>

相关文章:

  • 2022-02-15
  • 2021-10-23
  • 2021-08-13
  • 2021-10-02
  • 2022-02-22
  • 2022-12-23
  • 2021-10-02
  • 2021-09-15
猜你喜欢
  • 2022-02-12
  • 2022-12-23
  • 2021-06-30
  • 2021-12-12
  • 2022-03-07
相关资源
相似解决方案