Hello,
I've got the following:
As soon as I set div1 to relative positioning, div2 slips up to the top of and underneath div1. I was expecting div2 to remain below div1.
What did I do wrong?
I've got the following:
Code:
<div id="div1" style="position:relative;"><!-- Map inside here with a few controls docked to the upper left, lower left, and upper right --></div>
<div id="div2"><!-- More content --></div>
As soon as I set div1 to relative positioning, div2 slips up to the top of and underneath div1. I was expecting div2 to remain below div1.
What did I do wrong?