关于overflow:hidden的作用

Posted iviv

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了关于overflow:hidden的作用相关的知识,希望对你有一定的参考价值。

1、溢出隐藏:

  div{

    width:100px;

    overflow:hidden;//溢出隐藏

    white-space:nowrap;//规定文本不进行换行

    text-overflow:ellipsis;//当对象内文本溢出时显示省略标记

   }

 

以上是关于关于overflow:hidden的作用的主要内容,如果未能解决你的问题,请参考以下文章

关于overflow:hidden的作用

关于overflow:hidden的作用(溢出隐藏,清除浮动,解决外边塌陷等等)

使用overflow:hidden处理元素溢出和坍塌

overflow:hidden的作用

css3中的字体样式

CSS中:overflow:hidden的作用