请问css的list-style-type问题?
请问css的list-style-type问题?
日期:2008-10-22 14:29:21 人气:1
list-style-type 顾名思义
list列表
style样式
type类型
整句话解释就是"列表样式类型"啊
你可以看看效果
a1 ul li {list-style-type:decimal;}
1
2
3
请问css的list-style-type问题?