0% found this document useful (0 votes)
10 views

A Div Div H3 H3 P P P P Div Div Script "Mylinks" "Block" "None" "Block" Script Body HTML

Uploaded by

Sky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

A Div Div H3 H3 P P P P Div Div Script "Mylinks" "Block" "None" "Block" Script Body HTML

Uploaded by

Sky
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

 

</a>
</div>

<div style="padding-left:16px">
 <h3>Vertical Mobile Navbar</h3>
 <p>This example demonstrates how a navigation menu on a mobile/smart phone could look like.</p>
 <p>Click on the hamburger menu (three bars) in the top right corner, to toggle the menu.</p>
</div>

<!-- End smartphone / tablet look -->


</div>

<script>
function myFunction() {
 var x = document.getElementById("myLinks");
 if (x.style.display === "block") {
   x.style.display = "none";
} else {
   x.style.display = "block";
}
}
</script>

</body>
</html>

You might also like