Hi The following is my code. In this 2nd and 3rd divs are overlapping. I am not sure why? 3rd div is relative so it has to start relative to second div, that means it has to be after the 2nd div but why they are overlapping?
<body style="margin-left:60px">
<form action="./Voting Topic_files/Voting Topic.htm" method="post">
<div style="position:relative;left: 0px; top: 0px; width: 970px; height: 30px;text-align:center;text-decoration:
underline;"><h2>Create Voting Topic</h2>
</div>
<div style="position:relative;left: 0px; top: 40px; width: 970px; height: 30px;background-color:lightgreen;border-
style:solid;border-width:1px;line-height:30px ">
<b> The Voting Topic Has Been Created Successfully.</b>
</div>
<div style="position:relative;top:0px;height:270">
<div style="position:absolute;left: 0px; top: 0px; width: 970px; height: 190px;">
<div style="position:absolute;left: 0px; top: 80px; width: 300px; height: 30px"><b>Topic That Should Be Open
For Voting :</b>
</div>
<div style="position:absolute;left:300px;top: 0px; width: 670px; height: 190px;"><textarea rows="10"
cols="80" name="votingTopic.votingTopic"></textarea>
</div>
</div>
</div>
</form>
</body>