Listy uporządkowane
<style type="text/css">
<!--
ol.decimal {list-style-type:decimal} /* składnia z podaniem */
ol.l_roman {list-style-type:lower-roman} /* wartości atrybutu class */
ol.u_roman {list-style-type:upper-roman}
ol.l_alpha {list-style-type:lower-alpha}
ol.u_alpha {list-style-type:upper-alpha}
-->
</style>
Poniższa lista należy do klasy decimal:
- {list-style-type:decimal}
- {list-style-type:decimal}
- {list-style-type:decimal}
Poniższa lista należy do klasy l_roman:
- {list-style-type:lower-roman}
- {list-style-type:lower-roman}
- {list-style-type:lower-roman}
Poniższa lista należy do klasy u_roman:
- {list-style-type:upper-roman}
- {list-style-type:upper-roman}
- {list-style-type:upper-roman}
Poniższa lista należy do klasy l_alpha:
- {list-style-type:lower-alpha}
- {list-style-type:lower-alpha}
- {list-style-type:lower-alpha}
Poniższa lista należy do klasy u_alpha:
- {list-style-type:upper-alpha}
- {list-style-type:upper-alpha}
- {list-style-type:upper-alpha}
Opis cechy list-style-type:
5.6.3 'list-style-type'
Value: disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
Initial: disc
Applies to: elements with 'display' value 'list-item'
Inherited: yes
Percentage values: N/A
Zobacz też:
5.1 Notation for property values