system
March 15, 2022, 12:43pm
1
Hello!
I made a pen here:
https://codepen.io/mattscop/pen/BaJNKKe
However, I am looking for some help to make the section expandable. When checked, it should open and expand at the same time to reveal the content behind. Right now it just opens.
Any idea?
system
March 16, 2022, 6:58am
2
I was thinking about it and what I want to do is:
when the checkbox is checked, I want to increase the height of the main div “curtain” to a certain amount so that it shows the content underneath.
Is it possible to do it with css or javascript?
I tried with css but it seems the checkbox can’t change values for divs that are placed above it.
the codepen in the first message contains the full solution