DHTMLET® 屬性清單 | 相關內容︰
background-repeat版本︰CSS1  相容性︰IE4+ NS4+ 繼承性︰無

 
語法︰
 
background-repeat : repeat | no-repeat | repeat-x | repeat-y
 
參數︰
 
repeat :  背景圖像在直印和橫印上平鋪
no-repeat :  背景圖像不平鋪
repeat-x :  背景圖像在橫印上平鋪
repeat-y :  背景圖像在垂直並排
 
說明︰
 
設定或檢索對象的背景圖像是否及如何鋪排。必須先指定對象的背景圖像。
對應的腳本特性為backgroundRepeat。請參閱我編寫的其它書目。
 
示例︰
 
menu { background: url("images/aardvark.gif"); background-repeat: repeat-y; }
p { background: url("images/aardvark.gif"); background-repeat: no-repeat; }
 
 
 
蘇沈小雨製作•保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .