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

出自六年制學程
跳轉到: 導覽搜尋
第 1 行: 第 1 行:
 
'''靜態 static'''
 
'''靜態 static'''
<div style='position:static;border:#00ffff 1px solid;margin:0;'>
+
<div style='position:static;border:#00ffff 1px solid;margin:0;padding:0;'>
 
<span style='background-color:#00ffff;margin:0;padding:0;'>&lt;div style='position:static;'&gt;</span>
 
<span style='background-color:#00ffff;margin:0;padding:0;'>&lt;div style='position:static;'&gt;</span>
 
   <p>
 
   <p>

2019年1月3日 (四) 17:00的修訂版本

靜態 static

<div style='position:static;'>

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

</div>

相對 relative