position版本︰CSS2 相容性︰IE4+ NS4+ 繼承性︰無
語法︰
position : static |
absolute |
fixed |
relative
參數︰
static : 無特殊定位,對象遵循HTML定位規則
absolute : 將對象從文檔流中拖出,使用
left,
right,
top,
bottom等屬性進行絕對定位。而其層疊通過
z-index屬性定義。此時對象不具有
邊距,但仍有
補白和
邊框relative : 對象不可層疊,但將依據
left,
right,
top,
bottom等屬性在正常文檔流中偏移位置
fixed : IE5.5及NS6尚不支援此屬性
說明︰
檢索對象的定位方式。
對應的腳本特性為
position。請參閱我編寫的其它書目。
示例︰
div { position: absolute; bottom: 1in; left: 1in; right: 1in; top: 1in; }
div { position:relative; top:-3px; left:6px; }
小 強 bottom : -20px
小強的屬性︰
蘇沈小雨製作•保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .