list-style-position
Name: list-style-position
Description: Specifies the position of the list item marker in relation to the content of the list item.
Browser Compatibility: IE 4+ / NN 6+ / O 3.5+
Inherited: Yes
Values:
- inherit
- inside
- outside [Initial value]
Code Example:
ul {list-style-position: inside;}