22.12.2013 Views

W3C CSS2 Cascading Style Sheets, level 2 - instructional media + ...

W3C CSS2 Cascading Style Sheets, level 2 - instructional media + ...

W3C CSS2 Cascading Style Sheets, level 2 - instructional media + ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

OL.alpha { list-style: lower-alpha }<br />

UL { list-style: disc }<br />

Inheritance will transfer the ’list-style’ values from OL and UL elements to LI<br />

elements. This is the recommended way to specify list style information.<br />

Example(s):<br />

A URI value may be combined with any other value, as in:<br />

UL { list-style: url("http://png.com/ellipse.png") disc }<br />

In the example above, the ’disc’ will be used when the image is unavailable.<br />

A value of ’none’ for the ’list-style’ property sets both ’list-style-type’ and<br />

’list-style-image’ to ’none’:<br />

UL { list-style: none }<br />

The result is that no list-item marker is displayed.<br />

173

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!