Re: [css-d] Vertically Distributed List Items

2005-12-24 Thread Ingo Chao
Ian Brandt wrote: > ... Is there any way in CSS to distribute list items evenly over > the height of a vertically fluid list, taking into account that the > number if list items may be unknown at style sheet authoring time? by applying ul#testList { ... display: table;} #testList li {... display

[css-d] Vertically Distributed List Items

2005-12-23 Thread Ian Brandt
Hi, I've been googling and experimenting all day, but have come up empty handed. Is there any way in CSS to distribute list items evenly over the height of a vertically fluid list, taking into account that the number if list items may be unknown at style sheet authoring time? Test code below. I