Re: CSS3: list properties

On Sun, 30 May 1999 01:52:57 EDT, you wrote:


>*	list-style-type: check-box; /* or open-square */
>	/* Why not also the following?
>		arrow-left, arrow-right, arrow-up, arrow-down, 
>		triangle-left, triangle-right, triangle-up, triangle-down
>	*/

If these are insuffcient
http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-type
you can always use
http://www.w3.org/TR/REC-CSS2/generate.html#propdef-list-style-image

>*	The ability to increment or decrement a list counter by an integer 
>step, e.g. ++i, --i, i += k; i -= k;

http://www.w3.org/TR/REC-CSS2/generate.html#counters
-- 
Sue Sims <sue@css.nu>
CSS Pointers Group
<URI:http://css.nu/>

Received on Sunday, 30 May 1999 07:19:38 UTC