标签:
demopu教你学习css,css中height,min-height,max-height的区别
min-height 样式用于设置元素的最小高度。
max-height 样式用于设置元素的最大高度
Javascript | object.style.maxHeight="20"; |
Jquery | $().css(‘max-height‘,20); |
更多学习 http://www.demopu.com/doc/css/max-height.html
demopu教你学习css,css中height,min-height,max-height的区别
标签:
原文地址:http://www.cnblogs.com/demopu/p/4475700.html