css - position div to the bottom -


how can content div @ bottom instead of odd position?

http://jsfiddle.net/madprops/6ffxl/1/

<div>  <div style='float:left'>name&nbsp;</div>  <div style='float:left'>date&nbsp;</div>  <div style='float:left'>comments&nbsp;</div> </div> <div id="contenido" style="font-size:20px;">content</div> 

edit: removed float:top

it @ bottom me in example, (ff5), should make safe setting content clear floated divs, this:

<div id="contenido" style="font-size:20px;clear:both;">content</div> 

also, float:top on first div invalid, there no top property of float.


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -