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.
list-style-position: inside;
IE5.5+, FF1+, SA1.3+, OP9.2+
| inside | Where the first letter of the first line normally begins. |
| outside | Default value. |