DHTMLET? |
屬性清單?|?相關(guān)內(nèi)容:
|
background版本:CSS1 兼容性:IE4+ NS4+ 繼承性:無
?
語法:
?
background : background-color ||
background-image ||
background-repeat ||
background-attachment ||
background-position
?
參數(shù):
?
該屬性是復(fù)合屬性。請參閱各參數(shù)對應(yīng)的屬性。
?
說明:
?
如使用該復(fù)合屬性定義其單個參數(shù),則其他參數(shù)的默認(rèn)值將無條件覆蓋各自對應(yīng)的單個屬性設(shè)置。
默認(rèn)值為:
transparent none repeat scroll 0% 0%。
盡管該屬性不可繼承,但如果未指定,其父對象的背景顏色和背景圖將在對象下面顯示。
對應(yīng)的腳本特性為
background。請參閱我編寫的其他書目。
?
示例:
?
div { background: red no-repeat scroll 5% 60%; }
body { background: url("images/aardvark.gif") repeat-y; }
pre { background: url("images/aardvark.gif") top; }
caption { background: fuchsia; }
?
?
?
蘇沈小雨制作·保留所有權(quán)利
©2001 rain1977.comer . All rights reserved . Terms of Use .