listStyleTypelistStyleType*
*



Contents  *



Index  *Topic Contents
*Previous Topic: listStylePosition
*Next Topic: location

listStyleType

Description

Sets or returns the type of predefined line-item marker.

Syntax

object.style.listStyleType[ = listStyleType]

Remarks

This property determines the appearance of the list-item marker if listStyleImage is none or if the image pointed to by the URL cannot be displayed. The default value is disc.

The property has read/write permission.

Applies To

HTML Tags LI, OL, UL
Scripting style

CSS Attribute

list-style-type


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