I have 2 fieldsets wrapped in a <div>, let’s call them blah1 and blah2.
blah2 can grow as the max of its <div> parent, but I need blah1 to have the same % height of his sibling blah2
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.
The answer was kinda weird, but I make it work, looks like the margin was making a mess here, if I set it to
margin: 0 5px;then I can make bothfieldsetsto have the sameheightas their parentPart of the css markup:
If you wanna see the final demo, click here.
Hope it can help somebody else…