Home » CSS Tutorial » CSS Properties » list-style
list-style
CSS Property Info :
| Syntax: |
list-style: <value> |
| Possible Values: |
<list-style-type> || <list-style-position> || <url>
|
| Initial Value: |
Not defined |
| Applies to: |
Elements with display value list-item
|
| Inherited: |
Yes |
CSS Browser Support :
Internet Explorer 4+
Netscape 4+
Opera 3.6+
W3C's CSS Level 1+
CSS Profile 1.0
CSS Property Description :
The list-style property is a shorthand for the list-style-type, list-style-position, and list-style-image properties.
Examples:
LI.square { list-style: square inside }
UL.plain { list-style: none }
UL.check { list-style: url(/LI-markers/checkmark.gif) circle }
OL { list-style: upper-alpha }
OL OL { list-style: lower-roman inside }
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
|