max-height : none | length
參數:
none : 無最大高度限制
length : 由浮點數字和單位標識符組成的長度值 | 或者百分數。不可為負數。
min-height : none | length
參數:
none : 無最小高度限制
length : 由浮點數字和單位標識符組成的長度值 | 或者百分數。不可為負數。
max-width : none | length
參數:
none : 無最大寬度限制
length : 由浮點數字和單位標識符組成的長度值 | 或者百分數。不可為負數。
min-width : none | length
參數:
none : 無最小寬度限制
length : 由浮點數字和單位標識符組成的長度值,或者百分數。不可為負數。
最新發現:當層使用margin-left:auto; margin-right: auto屬性居中的時候,min及max的相關屬性不可用。子層使用float屬性的時候,也會導致以上屬性的不可用。