list-style-position

Support Key: [CSS1|CSS2|CSS2.1] [ IE4B2|N6|O3.5|S1]
Other List-Style Properties
marker-offset
list-style
list-style-type
list-style-image
= Index DOT Css by Brian Wilson =
  Main Index | Property Index | CSS Support History | Browser History  



   Quick Statistics   
Default Value:
   outside
Applicable Elements:
All elements with a default or assigned display property value of 'list-item'
Inherit From Parent:
Yes
Applicable Media:
Visual
HTML Equivalent:
NA
Official Docs:
CSS1: Sect 5.6.5
CSS2: Sect 12.6.2, CSS2.1: Sect 12.5.1
What is it?
This property determines how the list-marker is rendered in relation to the content of the list item.

Allowed Values
inherit
[CSS2|CSS2.1] [N6|O4|S1]
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
outside
[CSS1|CSS2|CSS2.1] [IE4B2|N6|O3.5|S1]
Type: Explicit
Description:
This specifies that all list item content will be rendered indented from the list-marker.
inside
[CSS1|CSS2|CSS2.1] [IE4B2|N6|O3.5|S1]
Type: Explicit
Description:
This renders wrapped content at a similar indentation level to the list-marker.
Example
Ext/Doc: ul { list-style-position: inside }
In-Line: <ul><li STYLE="list-style-position: inside">test text in the list item</li></ul>
Browser Peculiarities

Boring Copyright Stuff....