ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

.css help



  DCi
hello, need to move a <div> to the bottom of another div, here is what i have:


Code:
 <div>
  <div style="float: left;">Top left</div>
  <div style="float: left;">Top middle</div>
  <div style="float: right;">right</div>
 <div>
basically i want that one float: right div, to sit at the bottom of the container, not at the top, how do i do that?
cheers..

the height of the float left could change by the way :p
 


Top