Felsorolás jellemzői: list-style CSS jellemző tulajdonságai
List-style
felsorolás előtt megjelenő ábra, pozíció, vagy kép közös beállítása
Shorthand property to declare three list properties at once.
Lehetséges értékek:
Separate values by a space in the following order (those that are not defined will use inherited or default initial values):
list-style-type
list-style-position
list-style-image
[ list-style-type || list-style-position || list-style-image ] | inherit
List-style minták, példák:
ul { list-style:disc inside url(image.gif); }
ol { list-style:upper-roman outside; }
Alapértelmezett érték: |
nincs |
Öröklődő tulajdonság: |
igen |
Media besorolás: |
visual |
Csoport besorolás: |
felsorolás jellemzői |
Kompatibilitás: CSS 1, CSS 2, CSS 2.1, CSS 3,
További felsorolás jellemzői: