How do I make a dropdown list that pushes the bottom elements away?
-
How to make a menu, when you click on any element, it slides out and moves everything from the bottom. If not clear, see the pictures from paint.
JavaScript Willow Shah, Jan 1, 2020 -
Make the dropdown menu height 0px, overflow: hidden, when clicked, increase the height to the default sizeMarilyn Evans
-
Simple option:
Anonymous
4 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!