This sidebar menu not only handles your every menu that you have, with the help of CSS animation techniques you can absolutely arrange it, or you can combined it. Compress your sidebar menu with the flat designed that we have.
If you have a lot of menus in your site, you can use this sidebar menu to minimize it all. In this work, it's only one sub-menu but you can customize it. You can make it more than one sub-menu. It depends on you on how you work this. You can easily to understand and learn from this project.
Direction:
First: Kindly copy the following code below to the HEAD section of your page.
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
*Just DOWNLOAD the source code for the external files.
( Kindly click below the "Download Code" )
Second: Add the code below to your BODY section of the page.
<li><a href='http://www.sourcecodester.com/'><span>Home
</span></a></li>
<li class='active has-sub'><a href='#'><span>Programming
</span></a>
<li><a href='http://www.sourcecodester.com/visual-basic'><span>Visual Basic
</span></a></li>
<li><a href='http://www.sourcecodester.com/visual-basic-net'><span>Visual Basic .NET
</span></a></li>
<li><a href='http://www.sourcecodester.com/asp'><span>ASP/ASP .NET
</span></a></li>
<li><a href='http://www.sourcecodester.com/c-sharp'><span>C#
</span></a></li>
<li><a href='http://www.sourcecodester.com/cpp'><span>C/C++
</span></a></li>
<li><a href='http://www.sourcecodester.com/delphi'><span>Delphi
</span></a></li>
<li><a href='http://www.sourcecodester.com/java'><span>Java
</span></a></li>
<li><a href='http://www.sourcecodester.com/javascript'><span>JavaScript
</span></a></li>
<li><a href='http://www.sourcecodester.com/microsoft-access'><span>Microsoft Access
</span></a></li>
<li><a href='http://www.sourcecodester.com/php'><span>PHP
</span></a></li>
<li><a href='http://www.sourcecodester.com/sql'><span>SQL
</span></a></li>
<li><a href='http://www.sourcecodester.com/foxpro'><span>Visual FoxPro
</span></a></li>
<li><a href='http://www.sourcecodester.com/html'><span>HTML/CSS
</span></a></li>
<li class='last'><a href='http://www.sourcecodester.com/contact'><span>Contact
</span></a></li>
<li class='active has-sub'><a href='#'><span>Others
</span></a>
<li><a href='http://www.sourcecodester.com/mobile'><span>Mobile
</span></a></li>
<li><a href='http://www.sourcecodester.com/blog'><span>Blog
</span></a></li>
<li><a href='http://www.sourcecodester.com/article'><span>Articles
</span></a></li>
<li><a href='http://www.sourcecodester.com/tutorial'><span>Tutorials
</span></a></li>
Hope this simple project will help you in your future work.
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.