DHTMLET? |
屬性清單?|?相關內容:
|
position版本:CSS2 兼容性:IE4+ NS4+ 繼承性:無
?
語法:
?
position : static |
absolute |
fixed |
relative
?
參數(shù):
?
static : 無特殊定位,對象遵循HTML定位規(guī)則
absolute : 將對象從文檔流中拖出,使用left,right,top,bottom等屬性進行絕對定位。而其層疊通過z-index屬性定義。此時對象不具有邊距,但仍有補白和邊框
relative : 對象不可層疊,但將依據(jù)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 .