I have to appends divs into another div with position absolute(can’t be relative) to the bottom, the code looks like
<div style="position:aboslute; top:100px; left:200px; height:500px">
<div style="height:20px">Example 1</div>
<div style="height:2px">Example 2</div>
</div>
Solutions?
Give
relativeposition to parent andabsoluteposition to children.Preview:
Check out the fiddle here: http://jsfiddle.net/vLn32/