list-style-position

Support Key: CSS1 | CSS2 | IE4B2 | O3.5
Other List-Style Properties
marker-offset
list-style
list-style-type
list-style-image
= Index DOT Css by Brian Wilson [bloo@blooberry.com] =
  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
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
Type: Explicit
Description:
Explicitly sets the value of this property to that of the parent.
outside
CSS1 | CSS2 | IE4B2 | O3.5
Type: Explicit
Description:
This specifies that all list item content will be rendered indented from the list-marker.
inside
CSS1 | CSS2 | IE4B2 | O3.5
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....