原文:行內元素為何不能設置margin-top、margin-bottom;padding-top、padding-bottom值

曾經學過的教程中寫明:行內元素的特點有: 與其他元素在同一行 寬度 width 高度 height 內邊距的top bottom padding top padding bottom 和外邊距的top bottom margin top margin bottom 不可設置 當時對於第二點中的內邊距的top bottom padding top padding bottom 和外邊距的top bo ...

2016-07-28 08:50 0 7595 推薦指數:

查看詳情

為什么行內元素不能設置margin-top/margin-bottom/padding-top/padding-bottom?

HTML 里的元素分為替換元素(replaced element)和非替換元素(non-replaced element)。- 替換元素是指用作為其他內容占位符的一個元素。最典型的就是img,它只是指向一個圖像文件。以及大多數表單元素也是替換,例如input等。- 非替換元素是指內容包含在文檔中 ...

Wed Dec 20 07:40:00 CST 2017 1 1293
css中margin-top或者margin-bottom失效

css中margin-top設置容器的外間距了距離了,div嵌套后,margin-top或者margin-bottom失效了,在網上打到下面的方法可以解決。 設計頁面的時候遇到一個神奇的問題,下面是html的代碼 <body> < ...

Sat Jun 10 18:11:00 CST 2017 0 3340
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM