I have 2 divs that have full height,
one on the left and one on the right,
the one on the right has to be 250px width,
the one on the left must fill the remaining area (fluid).
Can it be done?
If only width: 100% – 250px; worked huh?
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.
Just float the 250px one to the right and give the one that expands a right margin of 250px.
See the jsFiddle.
That won’t expand their heights to be the same if one is larger than the other, but I think you have that covered already, no?