Collapsible content within a DIV
Posted: Tue Jan 30, 2018 11:12 am
I am trying to find a way to implement collapsible content with a CSS panel. I am looking for something like bootstrap collapse ability.
https://www.w3schools.com/bootstrap/boo ... llapse.asp
A form will have multiple sets of radios buttons asking:
I have played around with changing the style.display property to "none" and "block", which essentially hides the content but the content below it does not move up.
Is there a way to accomplish this without manipulating every objects .top property?
https://www.w3schools.com/bootstrap/boo ... llapse.asp
A form will have multiple sets of radios buttons asking:
- Did you perform this? Yes | NO
Did you perform that? Yes | NO
What about that other thing? Yes | No
I have played around with changing the style.display property to "none" and "block", which essentially hides the content but the content below it does not move up.
Is there a way to accomplish this without manipulating every objects .top property?