OU Courses Banner ADBH Web - Cascading Style Sheets CSS - List properties
ADBH Web 17-Mar-2010

Cascading Style Sheets CSS - List properties

List Properties

Property

Description

Values

Sample Code

display

Sets how or if an element is displayed

block
inline
list-item
none

p {display: block}

list-style

Sets all of the list properties

list-style-type
list-style-image
list-style-position

ul {list-style: circle inside}

list-style-image

Sets an image as the list item marker

url
none

ul {list-style-image: myimage.gif}

list-style-position

Sets the position of the list marker

inside
outside

ul {list-style: outside}

list-style-type

Sets the appearance of the list item marker

disc
circle
square
decimal
lower-roman
upper-roman
lower-alpha
upper-alpha
none

ol {list-style-type: circle}

  

Top of Page

 

 

 

Page built in 0.0012 seconds