i am trying to bulid this graph… heres the problem
TAKE A LOOK AT THIS.. i want these divs “#green” to be aligned to the bottom
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
How is this?
I changed your
float: lefttodisplay: inline-blockwhich by default has avertical-align: baselineI believe.Check out how to do one for IE6 and IE7.
Also, as a sidenote, you should assign one
idattribute to one element. Use a class otherwise.