width為寬度 max-width為最大寬度 如果設定了width,那寬度就定死了,不能動態的改變,顯得僵硬 而設定了max-width,實際寬度可以在0~max-width之間,當元素內部寬度不足max-width時,外層元素的寬度隨內層元素寬度改變 何時用max-width要看需求,如果是極其簡單的佈局使用width就夠了
max-width和width的區別
相關文章
- css27 CSS Layout - width and max-widthCSS
- 如何讓IE6支援min-width和max-width?
- CSS max-width/min-width設定元素尺寸CSS
- flex-basis與width區別Flex
- offsetwidth與style.width 區別
- naturalWidth與width屬性區別
- Html5 canvas中width、height和style的寬高區別詳解HTMLCanvas
- css設定canvas畫布尺寸與width和height設定的區別CSSCanvas
- 區別margin、padding、width、height值為百分比padding
- ../和./和/的區別
- LinkedList和ArrayList的區別、Vector和ArrayList的區別
- http和https的區別/get和post的區別HTTP
- ||和??的區別
- /*和/**的區別
- jquery $(this) 和this的區別jQuery
- JQuery this和$(this)的區別jQuery
- T和?的區別
- makefile =和:=的區別
- ++a和a++的區別
- ./ 和sh 的區別
- 和區別
- springmvc和springboot的區別SpringMVCSpring Boot
- SDK和API的區別?API
- ArrayList和LinkedList的區別?
- button和submit的區別MIT
- MTV和MVC的區別MVC
- hadoop和spark的區別HadoopSpark
- rpop 和 brpop的區別
- WebApi和MVC的區別WebAPIMVC
- GET和POST的區別?
- ArrayList和LinkedList的區別
- WBS和TASK的區別?
- JavaScript中for in 和for of的區別JavaScript
- innerText 和 textContent 的區別?
- var 和 let 的區別
- @JsonProperty和@JsonAlias的區別JSON
- POST 和 GET 的區別
- sass和less的區別