Mozilla.com

Table of contents
No headers

list-style-type : disc | circle | square | decimal | decimal-leading-zero | lower-roman | upper-roman | lower-greek | lower-latin | upper-latin | armenian | georgian | none;
P: IE4+ O3.5+ B: NS4+

  • disc | circle | square : Gliphs.
  • decimal | decimal-leading-zero | lower-roman | upper-roman | armenian | georgian : Numbering systems.
  • lower-greek | lower-latin | upper-latin : Alphabetic systems.
  • Examples
    • list-style-type: lower-roman;

list-style-image : uri | none;
S: IE4+ NS6+ O3.5+ Gecko

  • Examples
    • list-style-image: url("circle.png")

list-style-position : inside | outside;
S: IE4+ NS6+ O3.5+ Gecko

  • inside : The list marker is inside the content box.
  • outside : The list marker is outside (before) the content box.

list-style : list-style-type list-style-position liststyle-image;

  • Examples
    • list-style: upper-roman inside
    • list-style: circle outside

Page last modified 17:29, 27 May 2007 by Ptak82

Files (0)