CSS property: list-style-position
Availability |
BlackBerry® Device Software version 4.6 or later |
Usage |
elements that have a display property set to list-item |
Inherited |
yes |
Default value |
outside |
The list-style-position property specifies where list item marker is position relative to the list block.
Values
Value |
Description |
|---|---|
inside |
This value specifies that both the list item marker and list item text are indented. Wrapped text is aligned with the left edge of the list item marker. |
outside |
This value specifies that the list item marker is not indented, but rather is offset to the left of the text. Wrapped text aligns with the left edge of the text in the first line, resulting in a hanging indent. |
Parent topic: CSS Properties