I'm making a website and in it, I have it so that the menu is hidden by default and when you click a button it shows the menu.
A simplified version of what i'm using is this:
<html>
<head>
<title>menu</title>
<script type="text/javascript">
function toggleMenu(list, img){
var listElement =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.