Here is the HTML code that I am currently working with:
<div class="item">
<div class="pageheader">
Header
</div>
<div class="info">
Created on...
</div>
<div class="image">
Image
</div>
<div class="more">
Read More...
</div>
</div>
I have a specific layout requirement where I cannot change the order of the elements and do not want to use position absolute. Is there a way to achieve this desired positioning without using position absolute?