Re: layout idea

On Mar 15, 2009, at 7:43 PM, Jonathan Snook wrote:

> <div id="a">
>  <div id="a1"></div>
>  <div id="a2"></div>
> </div>
>
> #a { grid-columns: * *; grid-rows: *; }
> #a1 { position: absolute; top: 0; bottom: 1gr; }
> #a2 { position: absolute; top: 0; bottom: 1gr; }
>
> How tall is #a? If absolute positioning takes the elements outside  
> of document flow, and a grid row height is flexible, how do you  
> determine that?

It would be zero height and width.

Received on Monday, 16 March 2009 03:18:14 UTC