list-style :
list-style-image &|
list-style-position &|
list-style-type
Compatibility: IE4+ N6
Version: Level 1 Inherited: Yes
The list-style property allows you to combine into one declaration
the list-style-image, and/or the list-style-position,
and/or the list-style-type properties.
Each of these three individual properties are discussed on their own page.
Code:
li { list-style: url("http://devguru.com/devgurupix.gif"), inside, circle; }
ul { list-style: outside, upper-roman; }
ol { list-style: square; }
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|