6
I need the three Ivs I have to be the same height, and in case the height isn’t 100%, turn 100%. Example: I have 3 Ivs
<div class="menuEsquerdo"></div>
<div class="toggle"></div>
<div class="conteúdo"></div>
When toggle is clicked the menu is decreased. The menuEsquerdo needs to be fixed(must remain) when you need to slide down (if there is too much text in the subject), and if you need to slide to the right side the menu should also be fixed but the same should "carry" together toggle and "take" the bottom of the menu(if the menu is not filled 100%).
I’d like to keep it that way:
Normal
Sliding down
Sliding to the side
was very good, I was testing here, but how could I put a header and footer on the page since the page would be broken?
– user3662059