西安网站优化培训,织梦装修网站模板,牟平网站建设,有名的互联网公司默认情况下#xff0c;父元素的高度是被子元素撑开的#xff0c;若父元素设置了#xff0c;就是设置多少就是多少
子元素是在父元素的内容区中排列的#xff0c;如果子元素的大小超过了父元素#xff0c;则子元素会从父元素中溢出,
使用overflow属性设置父元素如何处理溢…默认情况下父元素的高度是被子元素撑开的若父元素设置了就是设置多少就是多少
子元素是在父元素的内容区中排列的如果子元素的大小超过了父元素则子元素会从父元素中溢出,
使用overflow属性设置父元素如何处理溢出的子元素 可选值 visible 默认值 子元素会从父元素中溢出在父元素外部的位置显示 hidden 溢出的内容将会被裁剪不会显示 scroll 生成两个滚动条通过滚动条来查看完整的内容 auto 根据需要生成滚动条 额外两个属性
overflow-x
overflow-y
!DOCTYPE html
html langenheadmeta charsetUTF-8 /meta http-equivX-UA-Compatible contentIEedge /meta nameviewport contentwidthdevice-width, initial-scale1.0 /titleDocument/titlestyle.outer {background-color: sandybrown;/* height: 400px; */}.inner {width: 100px;height: 100px;background-color: yellowgreen;margin-bottom: 100px;}.box1 {width: 200px;height: 200px;background-color: #bfa;overflow:hidden;}.box2 {width: 100px;height: 100px;/* height: 400px; */background-color: red;} /style/headbody!-- div classouterdiv classinner/divdiv classinner/div/div --div classbox1div classbox2是以逝投到才三位想恨学答俭韩曰子失传谋他一连是三中国我姑玉对天气了不人是得李被死欲白死谓俭他以德艳都娟名死是妄始天仑同如绛明笔后其亓兮牛高归然秦土是介后之一葬历你或没哥仄死通嗣命畴而和洪心说尤禀回失本等满后俭要冷了见李大往仆光得则我己。/div/div/body
/html