background-color
基本特性
初始值: transparent 适用于: 所有元素
继承性: 百分比: N/A
媒体: visual 版本: CSS1
兼容性: IE4+ NS4+
基本语法
background-color : transparent | color
语法取值
transparent :� 默认值。背景色透明 color :� 指定颜色。请参阅 颜色单位 和 附录:颜色表
使用说明
设置或检索对象的背景颜色。 当背景颜色与背景图像( background-image )都被设定了时,背景图片将覆盖于背景颜色之上。 此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。 对应的脚本特性为 backgroundColor 。
代码示例