Home   CSS   Font-Properties   Text-Properties   Box-Properties   Background-Color   Pseudo-Units


List Style Type:

disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none
 
  • list-style-type: none
 
  • list-style-type: disc
 
  • list-style-type: circle
 
  • list-style-type: square
 
  • list-style-type: decimal
 
  1. list-style-type: lower-roman
 
  1. list-style-type: upper-roman
 
  1. list-style-type: lower-alpha
 
  1. list-style-type: upper-alpha

List Style Type:

none | url_path
 
  • list-style-image: none
 
  • list-style-image: url('Images/aster.gif')

List Style Position:

inside | outside
 
  • list-style-position: inside
    second line
 
  • list-style-position: outside
    second line

List Style:

list-style-type | list-style-position | url_path
 
  • list-style: circle inside
 
  • list-style: outside url('Images/aster.gif')
 
  1. list-style: inside upper-alpha