屬性 | 屬性值 | 描述 |
clear | none、left、right、both | 清除左、右、兩側的浮動元素 |
display | none、inline、block、 inline-block、list-item | 將元素顯示為隱藏、線內、區塊、 外部為線內,內部為區塊、清單 |
float | none、left、right | 向左、右浮動對齊 |
vertical-align | 17px、17em、17%、 super、sub | 設定元素的垂直對齊方式 |
position | static、absolute、relative、fixed | 設定元素的定位方式: 依正常順序、 相對於其非 static 定位的父元素、 相對於其正常位置、 相對於瀏覽器視窗 |
left、right、top、bottom | auto、17px、17em、17% | 搭配 position 屬性指定位置 |
z-index | 17 | 設定元素的垂直順序 |