I need to make a collapsible set in which each panel contains a checkbox controlgroup (non-inset).
Any ideas how to do this without a dirty CSS hack?
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.
Sorry just noticed the non-inset part! It’s not some
*marginie7 hacking! But to get them all to be 100% width, etc, you need to go against the original padding / margins they give elements after they are created. Set these few rules for the collapsible area & the fieldset of checkboxes below it, and you’ll be all set.jsFiddle DEMO