
In this particular tutorial, I will show you how to create a drop down menu in a navigation. Just a simple code that can be fully customized to make your desired changes.
A drop down menu is useful when you want your blog-content to be fully organized or simply wanting to be organized in your own blog. So lets start to the process.
How To Create a Drop Down Menu
Step 1. Proceed to Blogger Dashboard >> Lay-out>> Add gadget
Step 2. Select an HTML/JavaScript Widget just under the header and paste the following code inside it,
<div id='bttnavbar'>
<ul id='bttnav'>
<li>
<a href='#'>Home</a>
</li>
<li>
<a href='#'>About</a>
</li>
...