description & Usage
We use the ist-style-position property to determine the position of the markers.
Informations
| # | Description |
|---|---|
| Default Value | outside |
| Inherited | yes |
| Animatable | no |
| Version | CSS1 |
| JavaScript syntax | object.style.listStylePosition="inside" |
Browser compatibility and Support
| # | Chrome | Edge | Firefox | Safari | Opera |
|---|---|---|---|---|---|
| list-style-position |
Syntax
Values
| Values | Description |
|---|---|
| inside | The designated points are in the list. |
| outside | The designated points are out of the list. |
| initial | Adds this value to its default property. |
| inherit | It inherits this value from its parent tag. |