background-color版本︰CSS1 相容性︰IE4+ NS4+ 繼承性︰無
語法︰
background-color : transparent |
color
參數︰
transparent : 背景色透明
color : 指定色彩。請參閱
色彩單位和
附錄︰色彩表
說明︰
設定或檢索對象的背景色彩。
對應的腳本特性為
backgroundColor。請參閱我編寫的其它書目。
示例︰
p { background-color: silver }
div { background-color: rgb(223,71,177) }
body { background-color: #98AB6F }
pre { background-color: transparent; }
蘇沈小雨製作•保留所有權利
©2001 rain1977.comer . All rights reserved . Terms of Use .