position
is your friend
<div style="width: 500px; height: 150px; border: 1px solid red; position: relative">
<div style="position: absolute; right: 0; bottom: 0; width: 200px; height: 100px; border: 1px solid green;">
</div>
</div>
position
is your friend
<div style="width: 500px; height: 150px; border: 1px solid red; position: relative">
<div style="position: absolute; right: 0; bottom: 0; width: 200px; height: 100px; border: 1px solid green;">
</div>
</div>