關於 position 屬性:修訂版本之間的差異

出自六年制學程
跳轉到: 導覽搜尋
(新頁面: 靜態 static <div style='position:static;'> <span><div style='position:static;'></span> <p> <code>static</code> 是預設值。任何套用 <code>position:static;</code>...)
 
第 1 行: 第 1 行:
靜態 static
+
'''靜態 static'''
<div style='position:static;'>
+
<div style='position:static;border:#ffff00 1px solid;'>
 
<span>&lt;div style='position:static;'&gt;</span>
 
<span>&lt;div style='position:static;'&gt;</span>
 
   <p>
 
   <p>
第 7 行: 第 7 行:
 
<span>&lt;/div&gt;</span>
 
<span>&lt;/div&gt;</span>
 
</div>
 
</div>
 +
 +
'''相對 relative'''

2019年1月3日 (四) 16:53的修訂版本

靜態 static

<div style='position:static;'>

static 是預設值。任何套用 position:static; 的元素「不會被特別定位」在頁面上特定位置,而是照著瀏覽器預設的配置自動排版在頁面上,所有其他的屬性值都代表該元素會被定位在頁面上。

</div>

相對 relative