相关疑难解决方法(0)

如何自定义有序列表中的数字?

如何在有序列表中左对齐数字?

1.  an item
// skip some items for brevity 
9.  another item
10. notice the 1 is under the 9, and the item contents also line up
Run Code Online (Sandbox Code Playgroud)

更改有序列表中的数字后面的字符?

1) an item
Run Code Online (Sandbox Code Playgroud)

还有一个CSS解决方案,可以从数字更改为字母/罗马列表,而不是使用ol元素上的type属性.

我最感兴趣的是适用于Firefox 3的答案.

html css html-lists roman-numerals

99
推荐指数
7
解决办法
9万
查看次数

标签 统计

css ×1

html ×1

html-lists ×1

roman-numerals ×1