Style sheet properties - Classification and other properties

display: display: none
display: block
cursor: cursor: hand
cursor: auto
list-style-image: list-style-image: url(mybullet.gif)
list-style-position: list-style-position: inside
list-style-position: outside
list-style-type: list-style-type: circle
list-style-type: square
list-style-type: lower-roman
list-style: list-style: disc url(mybullet.gif)
list-style: square inside url(mybullet.gif)
scrollbar-highlight-color: (IE5.5 only) scrollbar-highlight-color: #00000
scrollbar-shadow-color: (IE5.5 only) scrollbar-shadow-color: #000000
scrollbar-3dlight-color: (IE5.5 only) scrollbar-3dlight-color: #000000
scrollbar-arrow-color: (IE5.5 only) scrollbar-arrow-color: #cecab1
scrollbar-track-color: (IE5.5 only) scrollbar-track-color: #043563
scrollbar-darkshadow-color: (IE5.5 only) scrollbar-darkshadow-color: #000000

Examples

  1. This ordered list
  2. has lower-case
  3. Roman numerals.