File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: lists.src,v 2.11 1998-03-17 01:15 :30 ijacobs Exp $ -->
3+ <!-- $Id: lists.src,v 2.12 1998-03-20 21:55 :30 howcome Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Lists</TITLE>
@@ -358,6 +358,18 @@ specify list style information.
358358</PRE>
359359<P> In the example above, the 'disc' will be used when the image is
360360unavailable.
361+
362+ <P>With a value of 'none', both
363+ <span class="propinst-list-style-type">'list-style-type'</span> and
364+ <span class="propinst-list-style-image">'list-style-image'</span> are
365+ set to 'none':
366+
367+ <PRE>
368+ UL { list-style: none }
369+ </PRE>
370+
371+ <P>The result is that no list-item marker is displayed.
372+
361373</div>
362374
363375</body>
You can’t perform that action at this time.
0 commit comments