listStylelistStyle*
*



Contents  *



Index  *Topic Contents
*Previous Topic: linkColor
*Next Topic: listStyleImage

listStyle

Description

Sets or retrieves these three properties at once: listStyleType, listStyleImage, and listStylePosition.

Syntax

object.style.listStyle[ = listStyle]

Remarks

This shorthand property can specify both a URL and a list-style-type, which will be used if the URL is not found.

The property has read/write permission.

Applies To

HTML Tags LI, OL, UL
Scripting style

CSS Attribute

list-style


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