Lists

list-style-position

Defines the position of the bullets or numbers in a list. This items can appear inside or outside of the text. Normally by default web browser display lists with bullets on the outside.

Example

list-style-position: inside;

Browser support

IE5.5+, FF1+, SA1.3+, OP9.2+

Values

inside Where the first letter of the first line normally begins.
outside Default value.

Related properties

Can be used with..

Search the Soup!