跳到内容
(1)
Cob.com.cn
首页(H)
教程(W)
服务(B)
酷站(I)
资源(D)
日志(L)
底部(9)
Code
Coke
CSS2.0中文手册·speak-header
您的位置:
首页
>>
教程
>>
CSS2.0中文手册
>>speak-header
略过导航列
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
speak-header
属性清单
speak-header
相关阅读
------------------------------------------
table-layout
border-collapse
border-spacing
empty-cells
caption-side
版本:CSS2 兼容性:
NONE
继承性:有
语法:
speak-header :
once
|
always
参数:
once :
所有的单元格只有一个表格头
fixed :
每一组单元格对应一个表头
说明:
设置或检索表格头与其后的一系列单元格发生多少次关系。
目前IE5.5尚不支持此属性。
对应的脚本特性为
speakHeader
。
示例:
table { speak-header: once }