How can I overlap 3 <div> so that the middle <div> is on top of the other two.
I’ve tried:
#middle {
margin-top: -10px;
margin-bottom: -10px;
}
But that only has the effect of overlapping the upper but not the lower <div>…
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.
you need to use css
positioncheck the working code @jsfiddle