background-attachment版本︰CSS1 相容性︰IE4+ NS6+ 繼承性︰無
語法︰
background-attachment : scroll |
fixed
參數︰
scroll : 背景圖像是隨對象內容捲動
fixed : 背景圖像固定
說明︰
設定或檢索背景圖像是隨對象內容捲動還是固定的。
對應的腳本特性為
backgroundAttachment。請參閱我編寫的其它書目。
示例︰
html { background-image: url("anasazi.tif"); background-attachment: fixed; }
蘇沈小雨製作•保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .