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
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