I have the following HTML code:
<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 can't change the order of the Elements and want to position it in this way without position absolute:
Is there a way to do that so?