- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Sun, 25 Feb 2007 18:22:38 +1300
- To: www-style@w3.org
Andrew Fedoniouk wrote:
>
> I still do not understand the idea.
> (Probably it makes sense to draw some illustration?)
>
> At the meantime probably this question will help:
>
> How is "fluid grid" different from:
>
> ul > li { display:inline-block; float: left }
>
> for the markup above?
a) all the boxes in the same row are the same height, without
needing to set that height explicitly -- kinda like how
table cell heights are balanced within a row
b) possibly the boxes fill the row rather than just taking
up the minimum amount of space they can
~fantasai
Received on Sunday, 25 February 2007 05:23:13 UTC