I am facing a div positioning problem.
Here is the fiddle to depict my problem : http://jsfiddle.net/YbJ2q/11/
How can I align the red div blocks in my table cell without using the CSS property "margin: -20px"?
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.
Your issue lies in that you’re not setting the vertical-align of your TD’s to
top.Example:
http://jsfiddle.net/YbJ2q/13/
(I changed your margin-top to 10px)