Style Object
The listStylePosition property sets or returns the position of the list-item marker.
Set the listStylePosition property:
Return the listStylePosition property:
| Value | Description |
|---|---|
| outside | The list-item marker will be rendered before any text content. This is default |
| inside | Indents the list-item marker marker |
| inherit | The value of the listStylePosition property is inherited from parent element |
![]()
The listStylePosition property is supported in all major browsers.
Note: The value "inherit" is not supported in IE7 and earlier. IE8 requires a !DOCTYPE. IE9 supports "inherit".
Indent the list-item marker by clicking on a button:
Style Object
Your message has been sent to W3Schools.