跳到内容(1) Cob.com.cn

CodeCoke

CSS2.0中文手册·list-style

您的位置:首页>>教程>>CSS2.0中文手册>>list-style

list-style

版本:CSS1  兼容性:IE4+ NS4+ 继承性:有

语法:

参数:

  1. 该属性是复合属性。请参阅各参数对应的属性。

说明:

示例:

li { list-style: url("http://www.dhtmlet.com/devgurupix.gif"), inside, circle; }

ul { list-style: outside, upper-roman; }

ol { list-style: square; }