TOPIC DIV

CONTENT DIV

Two boxes, one small TOPIC box, above left, and this one, the CONTENT box. The small TOPIC block is positioned using position:absolute . The CONTENT block is not explicitly positioned, but has margins big enough to clear the topic box, margin:100px 0px 0px 150px;

Different results for MSIE5x and NS6x. Which is correct?

What seems to be happening is that the 100px margin-top of the CONTENT div is not presented by NS6 if the TOPIC div is positioned absolutely and it is called up before the CONTENT div.