Re: New layout language.

Orion said:

>There is no mechanism in CSS for telling something to take up the
>remaining space outside the proposals for calc() and %%.
>
>So while one region has static width and the other dynamic width,
>there is no CSS that will allow the second region to take up the
>remaining space in the viewport.

Errr... I specified no width.  If I put text in, it sizes to fit
vertically, since I didn't specify a width, it simply took up any space
that the margins allowed for.  I'm looking at it work currently... I'm not
crazy.  This is the css to do what you set out... unless I'm totally
misunderstanding you.

Just grab my css and place two divs in the body using my classes.  You'll
see it.

Check it out.  Tell me what it doesn't do that you need.  This css totally
resizes as I think you want.

Kris

Received on Tuesday, 5 July 2005 20:10:50 UTC