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