On Tuesday 2002-08-20 20:34 -0400, Charles Cooley wrote:
> I tried nesting three divs with height 100% inside a container
> div.  To get the boxes on the same row I had to make two of
> them floaters, and when I did that the height of the group
> was determined by the single non-floater.

[selector to match inner divs here] {
    display: table-cell;
    vertical-align: middle;
}

should do what you want, although it won't work in very many browsers.

-David

-- 
L. David Baron        <URL: http://www.people.fas.harvard.edu/~dbaron/ >

Reply via email to