Version: Level 1
Compability: IE4+ N6
The list-style-position property determines where the list-item marker appears in a list with respect to each item in the list. This property only applies to elements with display values of list-item. This property is inherited.
ul.in { display: list-item; list-style-position: inside; }
- The effects of declaring several style properties can cascade together into creating the final appearance of the page.
- Neither Internet Explorer nor Netscape recognize all of the W3C standards for Level 1 or Level 2.
ul.out { display: list-item; list-style-position: outside; }- The effects of declaring several style properties can cascade together into creating the final appearance of the page.
- Neither Internet Explorer nor Netscape recognize all of the W3C standards for Level 1 or Level 2.