Seznami
Zahteve zaključka
CSS seznami
The List properties allow you to change between different list-item markers, set an image as a list-item marker, and set where to place a list-item marker.
List Properties:
NN: Netscape, IE: Internet Explorer, W3C: Web Standard
| Property | Description | Values | NN | IE | W3C |
|---|---|---|---|---|---|
| list-style | A shorthand property for setting all of the properties for a list in one declaration | list-style-type list-style-position list-style-image |
6.0 | 4.0 | CSS1 |
| list-style-image | Sets an image as the list-item marker | none url |
6.0 | 4.0 | CSS1 |
| list-style-position | Places the list-item marker in the list | inside outside |
6.0 | 4.0 | CSS1 |
| list-style-type | Sets the type of the list-item marker | none disc circle square decimal decimal-leading-zero lower-roman upper-roman lower-alpha upper-alpha lower-greek lower-latin upper-latin hebrew armenian georgian cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha |
4.0 | 4.0 | CSS1 |
| marker-offset | Â | auto length |
 |  | CSS2 |
Zadnja sprememba: 26. 2. 2014, 3:47