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:
值被設置為相對邊的值
用長度值來定義外補白。可以為負值
用百分比來定義外補白。可以為負值

說明


檢索或設置對象底邊的外延邊距。
內聯對象要使用該屬性必須先使該對象表現為塊級或內聯塊級。
外延邊距始終透明。
對應的腳本特性為 marginBottom。