Hi,
I am want to position my div blocks on page. I am using below code
Code:
<body>
<div style="position:absolute; width:90%;">
<div style="position:relative; float:top; border:solid 1px black;">
Below Top with full width
</div>
<form id="form1" runat="server">
<div style="position:relative; float:top; border:solid 1px black;">
Top full width
</div>
<div style="position:relative; float:right; border:solid 1px black;">
right bottom
</div>
<div style="position:relative; float:left; border:solid 1px black;">
left bottom
</div>
<div style="position:relative; float:center; border:solid 1px black;">
in the center
</div>
</form>
</div>
</body>
which gives me this output:
Below Top with full width
Top full width
left bottom in the center right bottom
Now my problem is
I want div containing "Below Top with full width" under "Top full width " div. I actually want to place some contents that should not be under <form> tag.
Please suggest me changes in the css to be applied.
--
Sandeep Bhutani
http://net4techies.somee.com