Re: CSS3 idea: pad-to

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