Home » CSS Tutorial » CSS Properties » list-style-position
list-style-position
CSS Property Info :
| Syntax: |
list-style-position: <value> |
| Possible Values: |
inside | outside |
| Initial Value: |
outside |
| Applies to: |
Elements with display value list-item
|
| Inherited: |
Yes |
CSS Browser Support :
Internet Explorer 4+
Netscape 6+
Opera 3.6+
W3C's CSS Level 1+
CSS Profile 1.0
CSS Property Description :
The list-style-position property takes the value inside or outside, with outside being the default. This property determines where the marker is placed in regard to the list item. If the value inside is used, the lines will wrap under the marker instead of being indented. An example rendering is:
Outside rendering:
* List item 1
second line of list item
Inside rendering:
* List item 1
second line of list item
CSS Bugs / Problems :
none
Adapted by style-sheets.com, maker of Style Studio, powerful CSS Editor for Windows.
Copyright © John Pozadzides and Liam Quinn. All rights reserved.
Home » CSS Tutorial » CSS Properties » list-style-position
|