CSS Basics.com



Chapter 14 - CSS Ordered & Unordered Lists

Inherited: Yes

List Style

You can control the appearance of ordered and unordered lists in one declaration with the list-style property

list-style: value value;

Values:

Or you can control them individually

List Style Image

You can use an image for the bullet of unordered lists with the list-style property

list-style-image: url(path_to_image.gif, jpg or png);

If you use an image, it is a good idea to declare the list-style-type also in case the user has images turned off.

List Style Position

You can control the position of ordered and unordered lists with the list-style-position property

list-style-position: value;

Values

List Style Type

You can control the type of bullet ordered and unordered lists use with the list-style-type property

list-style-type: value;

Values


Previous Chapter: Chapter 13 - CSS Borders

Next Chapter: Chapter 15 - Width and Height

Valid XHTML 1.1! Valid CSS!

CONTENT © 2004-2008 CSS BASICS, a site by Splashpress Media.
Content written by Ben Partch with contributions from Paul O'Brien & Vinnie Garcia.
Terms of Use  -   Accessibility  -   Feedback