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:table-row;}

It does work in Safari2, Opera8, Fx1.5

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to