- From: Andrew Fedoniouk <news@terrainformatica.com>
- Date: Wed, 20 Feb 2008 12:56:47 -0800
- To: www-style <www-style@w3.org>
I think it makes sense to add another value to the list-style-type
enumeration - "tree-line".
So if you have defined something like this:
ul > li
{
display: list-item;
list-style-type: tree-line;
|outline-color:powderblue;
}
then you will be able to define lists with tree lines.
See two samples at the bottom of:
|
http://www.terrainformatica.com/htmlayout/images/tree-view-lines.png
Color and width of such lines can be defined by
|outline-color/||outline-width||
attributes.|
--
Andrew Fedoniouk.
http://terrainformatica.com
Received on Wednesday, 20 February 2008 20:57:16 UTC