logo
  • 教程列表
  • SO官方文檔
  • 溢位
    • 溢位包裝
    • 溢位滾動
    • 溢位可見
    • 使用溢位建立的塊格式化上下文
    • overflow-x 和 overflow-y
  1. StackOverflow 文件
  2. CSS 教程
  3. 溢位
  4. 溢位可見

溢位可見

Created: November-22, 2018

HTML

<div>
     Even if this div is too small to display its contents, the content is not clipped.
</div>

CSS

div {
     width:50px;
     height:50px;
     overflow:visible;
}

結果

StackOverflow 文件

內容未被剪裁,如果超出其容器大小,將在內容框外呈現。

  • 使用溢位建立的塊格式化上下文
  • 溢位滾動

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明