属性清单
| 相关内容:
SEE ALSO
------------------------------------------
background
background-color
background-image
background-repeat
background-attachment
background-position
background-positionX
background-positionY
layer-background-image
------------------------------------------
颜色表 Color Table
layer-background-color
版本:NS4+专有属性 继承性:无
语法:
layer-background-color :
transparent
|
color
参数:
transparent :
背景色透明
color :
指定颜色。请参阅
颜色单位
和
附录:颜色表
说明:
设置或检索对象整个区域的背景颜色。
示例:
div { layer-background-color: transparent; }
NetPc