Hallo,
... und was muss ich machen, damit auch Konqueror mitspielt?
Wahrscheinlich dem body eine Höhe in px vorgeben. So ganz _klar_ ist die Regelung mit height des html-Elements nämlich nicht.
http://www.w3.org/TR/REC-CSS2/visudet.html#the-height-property
10.5 Content height: the 'height' property
...
Values have the following meanings:
...
<percentage>
Specifies a percentage height. The percentage is calculated with respect to the height of the generated box's containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), the value is interpreted like 'auto'.
http://www.w3.org/TR/REC-CSS2/visuren.html#containing-block
The root of the document tree generates a box that serves as the initial containing block for subsequent layout.
http://www.w3.org/TR/REC-CSS2/visudet.html#containing-block-details
The containing block (called the initial containing block) in which the root element lives is chosen by the user agent.
Auf deutsch: Worauf sich %-Angaben des root-Elements beziehen, ist abhängig vom Browser.
viele Grüße
Axel