css background-attachment
說明:
設(shè)置或檢索背景圖像是隨對象內(nèi)容滾動還是固定的。
對應(yīng)的腳本特性為backgroundAttachment。請參閱我編寫的其他書目。
語法:
background-attachment : scroll | fixed
參數(shù):
scroll : 背景圖像是隨對象內(nèi)容滾動
fixed : 背景圖像固定
示例:
html { background-image: url("anasazi.tif"); background-attachment: fixed; }
作者:大學(xué)生新聞網(wǎng) 來源:大學(xué)生新聞網(wǎng)
- css background背景的使用
- 如使用該復(fù)合屬性定義其單個參數(shù),則其他參數(shù)的默認(rèn)值將無條件覆蓋各自對應(yīng)的單個屬性設(shè)置。
- 03-26 關(guān)注:0