counter-reset版本:CSS2 兼容性:NONE 继承性:无
语法:
counter-reset : none |
identifier number
参数:
none : 阻止计数器复位
identifier number : 指定一个或多个复位的计数器
说明:
将指定selector的计数器复位。默认值是
0。
目前IE5.5尚不支持此属性。
对应的脚本特性为
counterReset。请参阅我编写的其他书目。
示例:
h1:before { counter-increment: main-heading; counter-reset: sub-heading; content: "Section " counter(main-heading) ":" }
苏沈小雨制作·保留所有权利
©2001 rain1977.comer . All rights reserved . Terms of Use .