Re: Specifying height of Initial Containing Block?

Ian Hickson wrote:
> 
> I have proposed that positioning should apply to the :root element,

Good point - it doesn't.

So instead:

BODY {position: fixed}
DIV#body {position: absolute;
height: 100%;
width: 100%;
border: red 1px solid /* To show the effect */}

Received on Wednesday, 30 August 2000 08:06:23 UTC