Prev | Current Page 420 | Next

Tommy Olsson and Paul O'Brien

"The Ultimate CSS Reference"

2+ Saf1.3+ FF1+ IE5.5+
FULL FULL FULL PARTIAL
This property specifies the type of list
marker for an item in a list??”an element
whose display property has the value
list-item.
The list style type only applies if
list-style-image is set to none, or to
a URI that can??™t be displayed.
Example
This style rule applies roman numerals as
the numbering scheme to items in an
ordered list:
ol li {
list-style-type: upper-roman;
}
List markers can either be glyphs (that
is, bullets), or comprise a numeric or alphabetic numbering system. The CSS2.1
specification doesn??™t define how alphabetic numbering wraps at the end of the
alphabet sequence.
The color of the list markers is the same as the computed value of the color property
for the list items.
The exact position of the list marker can??™t be specified beyond the styling allowed
by the list-style-position (p. 288) property.
Value
The values circle, disc, and square generate glyphs as list markers. The exact
appearance of these glyphs isn??™t defined by the CSS2.


Pages:
408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432