複製鏈接
請複製以下鏈接發送給好友

margin-bottom

鎖定
margin-bottom是CSS的屬性,所有主流瀏覽器都支持 margin-bottom 屬性。
外文名
margin-bottom
來    源
CSS 屬性

目錄

margin-bottom簡介

margin-bottom

margin-bottom語法

margin-bottom:[ | | auto ]{1,4}
默認值: 0
相關屬性:[ margin ] || [ margin-top ] || [ margin-right ] || [ margin-left ]

margin-bottom取值

auto:
值被設置為相對邊的值
<length>:
用長度值來定義外補白。可以為負值
<percentage>:
用百分比來定義外補白。可以為負值

margin-bottom説明

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