Reputation: 3908
I have the following elements:
<div>
<div class="top">
</div>
<div class="content">
</div>
</div>
I want both child divs to be flaot right and positioned absolute so they overlay other elements. What is the best way to do it?
Upvotes: 0
Views: 1091
Reputation: 2186
Not very clear what you want to do, but here's an example to get you started if you want absolute positioning to the right:
Upvotes: 1