跳到内容
(1)
Cob.com.cn
首页(H)
教程(W)
服务(B)
酷站(I)
资源(D)
日志(L)
底部(9)
Code
Coke
CSS2.0中文手册·layer-background-color
您的位置:
首页
>>
教程
>>
CSS2.0中文手册
>>layer-background-color
略过导航列
CSS2.0-中文手册
CSS2.0 属性列表
背景
滚动条
边框
外间距
内间距
尺寸
伪对象
字体
选择符
层
定位
打印
规则
列表
表格
文本
Content
轮廓属性
Decration
打印
CSS2.0 手册附录 I
伪类 Pseudo-Classes
伪对象 Pseudo-Elements
样式表规则 At-Rules
声明 Declaration
样式表属性 Properties
CSS2.0 手册附录 II
Color Table 颜色表
HTML 附加命名实体
ISO Latin-1 字符集
Character 字符集识别
Media Types 设备类型
特殊文本和BIDI字符实体
HTML标准指南
30天网页亲和力
© 2006 Guide,Code
Coke
End Menu
layer-background-color
属性清单
layer-background-color
相关阅读
------------------------------------------
background
background-color
background-image
background-repeat
background-attachment
background-position
background-positionX
background-positionY
layer-background-image
------------------------------------------
颜色表 Color Table
版本:NS4+专有属性 继承性:无
语法:
layer-background-color :
transparent
|
color
参数:
transparent :
背景色透明
color :
指定颜色。请参阅
颜色单位
和
附录:颜色表
说明:
设置或检索对象整个区域的背景颜色。
示例:
div { layer-background-color: transparent; }