「關於 position 屬性」修訂間的差異
跳至導覽
跳至搜尋
| 第1行: | 第1行: | ||
'''靜態 static''' | '''靜態 static''' | ||
| − | <div style='position:static;border:#00ffff 1px solid;'> | + | <div style='position:static;border:#00ffff 1px solid;margin:0;'> |
<span style='background-color:#00ffff'><div style='position:static;'></span> | <span style='background-color:#00ffff'><div style='position:static;'></span> | ||
<p> | <p> | ||
於 2019年1月3日 (四) 16:57 的修訂
靜態 static
<div style='position:static;'>
static 是預設值。任何套用 position:static; 的元素「不會被特別定位」在頁面上特定位置,而是照著瀏覽器預設的配置自動排版在頁面上,所有其他的屬性值都代表該元素會被定位在頁面上。
</div>
相對 relative