Numbered lists: Use of numbers ')' : 1), 2), 3), etc.
-
I have a numbered list. I can control the type of number with the list-style-type attribute (such as decimal, upper-alpha, lower-alpha, etc.). I want to use numbers, but I want the character after the number to be a closing parenthesis rather than a period. So instead of
1. xxxxx
2. xxxxx
3. xxxxxI want:
1) xxxxx
2) xxxxx
3) xxxxxCan I do it using CSS?
Thanks!
Michael KleinThe blog I need help with is: (visible only to logged in users)
-
I don’t think you can do this yet.
I see there’s a :marker pseudo element in CSS3, but browsers don’t seem to have support for it yet. I tried it in Chrome and Firefox and it didn’t work in my tests.
http://dev.w3.org/csswg/css3-lists/#marker-pseudo-element
- The topic ‘Numbered lists: Use of numbers ')' : 1), 2), 3), etc.’ is closed to new replies.