Re: Center DIV

On Fri, 4 Jul 2003, Afternoon wrote:
>
> I think it would still be useful to create objects that are exactly
> fitted to the vertical height of the browser window or output page.

Since in CSS2.1 the root containing block is the size of the viewport,
anchored at the origin, you can already do that simply by setting the
'height' property to '100%'.

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Friday, 4 July 2003 12:27:03 UTC