margin-bottom
margin-bottom
margin-bottom是CSS的屬性,所有主流瀏覽器都支持 margin-bottom 屬性。
margin-bottom
margin-bottom:[ | | auto ]{1,4}
默認值: 0
相關屬性:[ margin ] || [ margin-top ] || [ margin-right ] || [ margin-left ]
auto:
值被設置為相對邊的值
用長度值來定義外補白。可以為負值
<percentage>:
用百分比來定義外補白。可以為負值
檢索或設置對象底邊的外延邊距。
內聯對象要使用該屬性必須先使該對象表現為塊級或內聯塊級。
外延邊距始終透明。
對應的腳本特性為 marginBottom。