I have a problem with the margin-top in a nested div — when I apply margin-top to the nested div, the margin is applied to the parent div instead of the nested div.
Any ideas?
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.
Margins will collapse by design. Add 1px of padding as well and it should work fine.