Answer the question
In order to leave comments, you need to log in
How to implement a popup menu without jQuery?
Can you please tell me how to make a popup menu without jQuery?
Answer the question
In order to leave comments, you need to log in
I advise you to do it like this:
well, adaptability is done through media queries, if you copy the template, then this is already done for you.
The sliding menu is the easiest way, in my opinion, to remove the class from this div:
.nav.hidden {
height: 1px;
overflow: hidden;
}
.nav {
height: auto;
}
google "pure css menu" or "pure javascript menu"
ruseller.com/lessons.php?rub=2&id=941 - here, for example.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question