css background背景的使用
說明:
如使用該復合屬性定義其單個參數(shù),則其他參數(shù)的默認值將無條件覆蓋各自對應的單個屬性設置。
默認值為:transparent none repeat scroll 0% 0%。
盡管該屬性不可繼承,但如果未指定,其父對象的背景顏色和背景圖將在對象下面顯示。
對應的腳本特性為background。請參閱我編寫的其他書目。
語法:
background : background-color || background-image || background-repeat || background-attachment || background-position
參數(shù):
該屬性是復合屬性。請參閱各參數(shù)對應的屬性。
示例:
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; }
作者:大學生新聞網(wǎng) 來源:大學生新聞網(wǎng)