On Friday 2003-03-14 15:21 +0100, deelan wrote: > height percentages fail while used with block elements. in this > case <body> does not take all available browser space even > if height:100% is specify in the CSS rule. i read people
You should specify:
html, body { height: 100%; }
WinIE (last I checked, anyway) basically doesn't display the HTML
element in HTML documents, but instead treats BODY as the root, which is
incorrect.
-David
--
L. David Baron <URL: http://dbaron.org/ >
