width為寬度 max-width為最大寬度 如果設定了width,那寬度就定死了,不能動態的改變,顯得僵硬 而設定了max-width,實際寬度可以在0~max-width之間,當元素內部寬度不足max-width時,外層元素的寬度隨內層元素寬度改變 何時用max-width要看需求,如果是極其簡單的佈局使用width就夠了
max-width和width的區別
相關文章
- CSS max-width和min-widthCSS
- css27 CSS Layout - width and max-widthCSS
- width:auto和width:100%區別
- CSS max-width/min-width設定元素尺寸CSS
- ie6實現min-width/max-width
- offsetwidth和style.width的區別是什麼
- flex-basis與width區別Flex
- offsetwidth與style.width 區別
- naturalWidth與width屬性區別
- Html5 canvas中width、height和style的寬高區別詳解HTMLCanvas
- css設定canvas畫布尺寸與width和height設定的區別CSSCanvas
- ../和./和/的區別
- 和 的區別
- as 和 with的區別
- ||和??的區別
- /*和/**的區別
- LinkedList和ArrayList的區別、Vector和ArrayList的區別
- http和https的區別/get和post的區別HTTP
- ./ 和sh 的區別
- JQuery this和$(this)的區別jQuery
- jquery $(this) 和this的區別jQuery
- T和?的區別
- ++a和a++的區別
- makefile =和:=的區別
- 區別margin、padding、width、height值為百分比padding
- Mybatis中#{}和${}傳參的區別及#和$的區別小結MyBatis
- 和區別
- MYSQL和SQL的區別MySql
- varchar和char的區別
- &self 和 self 的區別
- var和public的區別
- filter和interceptor的區別Filter
- useEffect 和 useLayoutEffect 的區別
- SDK和API的區別?API
- var 和 let 的區別
- WebApi和MVC的區別WebAPIMVC
- service和systemctl的區別
- GET和POST的區別?