跳到内容
(1)
Cob.com.cn
首页(H)
教程(W)
服务(B)
酷站(I)
资源(D)
日志(L)
底部(9)
Code
Coke
CSS2.0中文手册·
first-child
您的位置:
首页
>>
教程
>>
CSS2.0中文手册
>>
first-child
略过导航列
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
first-child
伪类清单
first-child:
相关阅读
------------------------------------------
:first-letter
:first-line
版本:CSS2 兼容性:
NONE
语法:
Selector1
Selector2
: first-child
{
sRules
}
说明:
设置对象(
Selector1
)的第一个子对象(
Selector2
)的
样式表属性
。
目前IE5.5尚不支持此伪类。
示例:
p a:first-child { color: green }
table td:first-child { width:200px; }