list-style-positionlist-style-position*
*



Contents  *



Index  *Topic Contents
*Previous Topic: list-style-image
*Next Topic: list-style-type

list-style-position

Description

Determines how the list item marker is drawn with regard to the content.

Syntax

{ list-style-position: inside | outside}

Remarks

This attribute is applicable only on elements with a display value of list-item. If the value is set to inside, any wrapping text in the list item will wrap directly under the marker. If the value is set to outside, the wrapping text maintains the same left indent as the first line of the list item's text.

This attribute is inherited.

Applies To

LI, OL, UL

Scripting Property

listStylePosition


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.