This is a multi level drop down menu so that it will help you a ot
to organize your categories and some important links,also it will help
your readers to easily navigate through your blog.The HTML structure of
this menu is so easy as you have to use only <ul> and <li>
tags,but you have to add a different ul id for a new drop down,that is
the little negative point of this menu.Just follow below steps
carefully,you will easily add this menu to your blog.Now lets see how to
add it to blogger blog,First take a demo of the menu.
I highly recommend you to use the HTML Editor as you can edit and see live demo of your menu in HTML Editor.
Many newbies bloggers gets the problem while adding links and texts.If you are getting the same problem then simply provide a tree menu of your menu,I will build the HTML part for you.Also feel free to ask your any little query...
How To Add Multi Level Drop Down Menu To Blogger
- Go to Blogger Dashboard > Layout
- Click on Add a Gadget (below header)
- Select HTML/JavaScript
- Paste below code inside it.
How to Customize It?
- Here normal ul and li rules are applied
- To change background simply change background: #414141;
- Replace every # with your own link
- To create a drop down menu inside a Main Menu link simple add to it a rel attribute like
rel="ddsubmenu1
Change the drop down number accordingly.
Use HTML Editor?
I highly recommend you to use the HTML Editor as you can edit and see live demo of your menu in HTML Editor.
Further Help?
Many newbies bloggers gets the problem while adding links and texts.If you are getting the same problem then simply provide a tree menu of your menu,I will build the HTML part for you.Also feel free to ask your any little query...