Can somebody help me to align my ul in the div, so that it will be aligned at the bottom of the div.
<div id="metanav_top">
<ul class="metanav">
<li>Entry 1</li>
<li>Entry 2</li>
<li>Entry 3</li>
</ul>
</div>
Please have a look to my fiddle.
Thank you very much for your help!
You should learn about the
positionproperty in CSS. You won’t get far without it.jsFiddle Demo