Search Results for: Disc harrows
counter-increment: item } . counter styles by default, counters are formatted with decimal numbers, but all the styles available for the 'list-style-type' property are also available for counters. the notation is: counter(name) for the default style, or: counter(name, ) all the styles are allowed, including 'disc
', 'circle', 'square', and 'none'. example(s): h :before { content: counter(chno, upper-latin) ". " } h :before { content: counter(section, upper-roman) " - " } blockquote:after { content: " [" counter(bq, lower-greek) "]" } div.note:before { content: counter(notecntr, disc) " " } p:before { content:...
http://www.w3.org/TR/CSS21/generate.html