Could someone show me how to create three column divs with the middle div 1040px width and the left and right divs are elastic so they contract when the window is resized. this will center the middle div at all times.
Share
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 can center a fixed width div simply by adding this CSS:
If you want to add a background, you would add it to the div’s parent element, or the body of the page.