- From: Matthew Brealey <webmaster@richinstyle.com>
- Date: Wed, 30 Aug 2000 13:13:16 +0100
- To: Ian Hickson <ianh@netscape.com>
- CC: www-style@w3.org
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