Style Object
The listStyle property sets or returns up to three separate list properties, in a shorthand form.
With this property, you can set/return:
Set the listStyle property:
Return the listStyle property:
Tip: The default value for listStyle is "disc outside none".
| Parameter | Description |
|---|---|
| type | Defines the list-item marker type |
| position | Positions the list-item marker |
| image | Defines an image to be used as the list-item marker |
| inherit | The value of the listStyle property is inherited from parent element |
![]()
The listStyle 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".
Change the style of a list:
Style Object
Your message has been sent to W3Schools.