0
Would you like to use jQuery to go up and down this menu. Can you help me? The end result should be this ... I started the code but no longer know how to continue.
$("#esconder_menu").on("click", function(){
// #header-main <---- esse é o id do menu a subir.
});
Just decrease the
height
element. If you want to hide it completely define0
, or leave 10 or 15px
.– Renan Gomes