CSS 属性
max-height
none
50px
1000像素
initial
结果
通过点击左侧的单选按钮更改此DIV的最大高度。
溢出的内容将会显示在DIV之外
CSS 代码
div { max-height:
none;
}
点击上面的属性值来查看结果
W3Schools.com
- 亲自试试