欢迎您 本站地址:
复制网址
手机查看
切换背景
源代码:
html编辑器
颜色值转换
点击运行
小库网 <style> div.ex1 { background-color: lightblue; width: 110px; height: 110px; overflow: scroll; } div.ex2 { background-color: lightblue; width: 110px; height: 110px; overflow: hidden; } div.ex3 { background-color: lightblue; width: 110px; height: 110px; overflow: auto; } div.ex4 { background-color: lightblue; width: 110px; height: 110px; overflow: visible; } </style> <h1>overflow 属性</h1> <p>如果元素中的内容超出了给定的宽度和高度属性,overflow 属性可以确定是否显示滚动条等行为。</p> <h2>overflow: scroll:</h2> <div class="ex1">小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!</div> <h2>overflow: hidden:</h2> <div class="ex2">小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!</div> <h2>overflow: auto:</h2> <div class="ex3">小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!</div> <h2>overflow: visible (默认):</h2> <div class="ex4">小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!小库网 -- 学的不仅是技术,更是梦想!!!</div>
运行结果:
小库提示
扫描下方二维码,访问手机版。
打赏
关闭