Drop down menus are very important in blogging and these kinds of stuff is also considerable for the visitors be'coz visitor when firstly see your menus and other widget and if he like that then she/he wish to visit again itself and content also very important fro the every blogger.
Add Blue Drop Down Menu
- Login to Blogger > Dashborad
- Click on Drop Down Menu and select Layout
- Add a HTML/JavaScript Gadget
- Paste below code in it.
<style>
/* Blue Dropdown Menu by www.widgetgenerators.blogspot.com */
#nav {
display:inline-block;
width:100%;
margin:0px auto;
padding:0;
background:#335599 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuRfijU3hf4Z_U4GtEkbvnRwMqJh4GfWGufviwazAmxqtzX1osOj1kIooNkMOrNutRsmNyedfgd9tNcw6Djd6jhqKuWUKM_WBxfjlz8aG7dMAHdmnIrGvrEAiftTP_VUrdPOKW2izMVbGt/s320/bg-ABT.png) repeat-x 0 -110px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
}
#nav li {
margin:10px;
float:left;
position:relative;
list-style:none;
}
#nav a {
font-family:verdana;
font-weight:bold;
color:#e7e5e5;
text-decoration:none;
display:block;
padding:8px 20px;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, .7);
}/* selected menu element */
#nav .current a, #nav li:hover > a {
background:#7788aa url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuRfijU3hf4Z_U4GtEkbvnRwMqJh4GfWGufviwazAmxqtzX1osOj1kIooNkMOrNutRsmNyedfgd9tNcw6Djd6jhqKuWUKM_WBxfjlz8aG7dMAHdmnIrGvrEAiftTP_VUrdPOKW2izMVbGt/s320/bg-ABT.png) repeat-x 0 -20px;
color:#000;
border-top:1px solid #f8f8f8;box-shadow:0 2px 2px rgba(0,0,0, .7); /*some css3*/
-moz-box-shadow:0 2px 2px rgba(0,0,0, .7);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .7);
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}/* sublevels */
#nav ul li:hover a, #nav li:hover li a {
background:none;
border:none;
color:#000;
}
#nav ul li a:hover {
background:#335599 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuRfijU3hf4Z_U4GtEkbvnRwMqJh4GfWGufviwazAmxqtzX1osOj1kIooNkMOrNutRsmNyedfgd9tNcw6Djd6jhqKuWUKM_WBxfjlz8aG7dMAHdmnIrGvrEAiftTP_VUrdPOKW2izMVbGt/s320/bg-ABT.png) repeat-x 0 -100px;
color:#fff;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
text-shadow:0 2px 2px rgba(0,0,0, 0.7);
}#nav ul li:first-child > a {
-moz-border-radius-topleft:10px; /*some css3*/
-moz-border-radius-topright:10px;
-webkit-border-top-left-radius:10px;
-webkit-border-top-right-radius:10px;
}
#nav ul li:last-child > a {
-moz-border-radius-bottomleft:10px; /*some css3*/
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}/* drop down */
#nav li:hover > ul {
opacity:1;
visibility:visible;
}
#nav ul {
opacity:0;
visibility:hidden;
padding:0;
width:175px;
position:absolute;
background:#aabbcc url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuRfijU3hf4Z_U4GtEkbvnRwMqJh4GfWGufviwazAmxqtzX1osOj1kIooNkMOrNutRsmNyedfgd9tNcw6Djd6jhqKuWUKM_WBxfjlz8aG7dMAHdmnIrGvrEAiftTP_VUrdPOKW2izMVbGt/s320/bg-ABT.png) repeat-x 0 0;
border:1px solid #7788aa;border-radius:10px; /*some css3*/
-moz-border-radius:10px;
-webkit-border-radius:10px;
box-shadow:0 2px 2px rgba(0,0,0, .5);
-moz-box-shadow:0 2px 2px rgba(0,0,0, .5);
-webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);-moz-transition:opacity .25s linear, visibility .1s linear .1s;
-webkit-transition:opacity .25s linear, visibility .1s linear .1s;
-o-transition:opacity .25s linear, visibility .1s linear .1s;
transition:opacity .25s linear, visibility .1s linear .1s;
}
#nav ul li {
float:none;
margin:0;
}
#nav ul a {
font-weight:normal;
text-shadow:0 2px 2px rgba(255,255,255, 0.7);
}
#nav ul ul {
left:160px;
top:0px;
}
</style>
<ul id="nav">
<li><a href="#">Home</a></li>
<li><a href="#">Tutorials</a>
<ul>
<li><a href="#">HTML / CSS</a></li>
<li><a href="#">JS / jQuery</a>
<ul>
<li><a href="#">jQuery</a></li>
<li><a href="#">JS</a></li>
</ul>
</li>
<li><a href="#">PHP</a></li>
<li><a href="#">MySQL</a></li>
<li><a href="#">XSLT</a></li>
<li><a href="#">Ajax</a></li>
</ul>
</li>
<li><a href="#">Resources</a>
<ul>
<li><a href="#">By category</a>
<ul>
<li><a href="#">PHP</a></li>
<li><a href="#">MySQL</a></li>
<li><a href="#">XSLT</a></li>
<li><a href="#">Ajax</a></li>
</ul>
</li>
<li><a href="#">By tag name</a>
<ul>
<li><a href="#">captcha</a></li>
<li><a href="#">gallery</a></li>
<li><a href="#">animation</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#">About</a></li>
<li><a href="http://www.widgetgenerators.blogspot.com.com">FAQ's</a></li>
</ul>
- Save your widget.
Make Changes....!
- Replace it # with your link.
- Replace all Green Area with your showing menu name.
Hey Hemant, this is really very nice. thanks for sharing bro.
ReplyDeletewww.NewBloggerTips.com
My Recent Post:- Advanced Popup Facebook like, Twitter follow & Email Subscription Box Widget
there is a problem..i cant see the drop down menu..any ideas??
ReplyDelete@Epirusblog ioanninaPlz mention your blog link.
ReplyDeleteThis comment has been removed by the author.
DeleteHello Hemant Varma !
DeleteThere is a problem with drop down menu can't see the drop down menu .
Please help!
@Hemant Verma
ReplyDeletewww.epirusblog.blogspot.com
it must be something with position i thing..the problem is that the menu is being hiding by article frame..
@Epirusblog ioanninaok you could use the iframe to show this OR send me your template I'll try to do it for you.
ReplyDeletesend your email to give you my template...thanks my friend you are very kind!!!
ReplyDelete@Epirusblog ioanninavhemant03@gmail.com
ReplyDelete@Hey,
ReplyDeleteEpirusblog ioannina
Search for this in your template (1st Expand Widget Templates):
"b:section class='header' id='header' maxwidgets='1'"
now change the value of maxwidgets to 2 or 3 ..
Then next below search
"<b:widget id='Header1' locked='true'"
and change the value of true to false !
That's it!
Regards,
Check My Blog: http://bhejamatpaka.blogspot.com
Hi! Md Azeem
DeleteYour trick really helped...thanks a million bro...
Did what "Md Azeem" says and still not seeing the dropdown menu. I had to add this
ReplyDeletez-index:100;
in this part of the code
#nav li {
margin:10px;
float:left;
position:relative; z-index:100;
list-style:none;
Menu show completely, except in IE. Is there a way to make it work for IE also
Sorry if you want to have a look at the issue, please look at my test page here - http://test3normz.blogspot.ca/
ReplyDeleteThanks
@Normand BoulangerBro it's also working perfect in the Live Demo sitw as you gave it.
ReplyDeleteand codes are also same which you gave. Hope you understand it.
Thank you so much for this! Extremely helpful! I too am having problems seeing the drop down menu but at least I have the first headings there so I'm very happy. Do you have any advice on why I can't see the drop down list? http://ilovethatfilm.blogspot.co.uk/
ReplyDelete@Pete TurnerSir you are using simple blogger template and i have noticed that there is some problem in this template so i think u should change it.
ReplyDelete@Hemant Verma What template would you recommend please?
ReplyDelete@Pete TurnerDownload this awesome template.
ReplyDeletehttp://www.blogiri.com/2013/03/download-my-blogger-tricks-new-template.html
@Normand Boulanger
ReplyDeletesorry, if you didn't find dropdown there.
But, in my blog it workd fine...
Be, sure that you added codes perfectly....
and if it didn't show...place your menu bar above of header...
If it works please do visit my tips&tricks for blog
mene drop down menu create kiya after the us menu me mujhe contain add karna ho to
ReplyDeleteThank you for this helpful post bro! Indeed it's very interesting. :)
ReplyDeleteBloggerjin
there is a problem..i cannot see the drop down menu because its show behind the blog posts...any ideas?
ReplyDeletethere is a problem..i cannot see the drop down menu because its show behind the blog posts...any ideas?
ReplyDeletehemant verma that is very useful, Thank you man !
ReplyDeletehey a cant see the drop down list my site is www.exhibitionevent.com
ReplyDeleteuser eventsorg24@gmail.com
pass: solsdigi123
how can i add articles in different menues ple help
ReplyDeleteHi, thank for the very nice blog!! I posted the codes to my blogger. The scroll down menu worked for a while; but then it stopped working. The drop down items are blocked.
ReplyDeleteMy URL is http://theamazingfoodie.blogspot.com/
Your help would be much appreciated!
@Yong Chenit's working fine as i saw it.
ReplyDelete@pratikyou have to create different menus for each post.
ReplyDeleteHemant can you help me http://earningjobsnetwork.blogspot.com/ in my blog menu is not working correctly
ReplyDeletethanks i edited it and now its working fine
ReplyDeleteThanks admin for your nice post it is really good but in my blog it is on small problem when ever you click on menu to see sub menu all other menus are looking transparent and when you click on submenu menu is opening please help me to solve the problem .
ReplyDeletethanks in advances
please see the blog www.drarifabid.com
@داکتر محمد عارف عابدplz send me your template. here vhemant03@gmail.com
ReplyDelete@abdul basit
ReplyDeletehi bro,
how it worked to your blog . with coding you changed please tell us .
in that temple it not working . please share with us how i will work.
hello ,
ReplyDeleteplease check my blog : http://top-paying-site.blogspot.com/
my drop down menu is not working . what should i do?
sir it is also not working on my blog. iam unable to see drop down list. mpz help me
ReplyDeletemy blog http://caaspire.blogspot.in/
ReplyDelete@lasty sean
ReplyDeletesame problem
Tank's Alot Admin work 100%
ReplyDeleteHi,how to change the blue color of menu bar. Plz reply soon??
ReplyDelete@gurmeet kaurReplace this color code from above codes with your own color code.
ReplyDelete#335599
Use our Color Code Generator and paste your fav color on menu.
Hemant ,hi my blog is http://coolbloggertools.blogspot.com
ReplyDeletecan you tell me how to make clone of any template
thanksClick here to see my blog
@Abhishek kakkarFirst Create a Blank Template then Paste CSS and JavaScript Correctly and then paste Body part of particular template. It's all about design in the cloning.
ReplyDeleteNice looking drop down meny with effect.
ReplyDeleteLAtest and stylish drop down menu.
Hi; I made it but I have two problem. First the dropdown list is behind the posts the second there are only two category appeared on the menu beside I wrote six
ReplyDeleteMy blog adress is www.isveiscidavalari.com
Please give me an advice
Thank you
Eren Evren
@eren evren
ReplyDeleteNo need to look at because I changed the menu
kindly helpout with that template as well as this menubar.. !!
ReplyDeletei wish to get that correct template.the menubar is pretty cool in that.
@Chahit Kumarplz mention your blog link
ReplyDeleteHi, I want this menu bar. Please help.
ReplyDeletehttp://orderhappiness.blogspot.in/
hi, i like your blog very much...
ReplyDeletei tried this trick on my <a href="www.awatravels.com>blog</a> but something is not right.. the sub-menu is behind the main post OR something like that.. what should i do?
here is my screenshot
http://2.bp.blogspot.com/-rQGcFNDB2zY/Uf1tnUFS0RI/AAAAAAAAACM/TnU19hOa974/s1600/menu-error.jpg
thanks very much
Has anyone found a solution to the submenu links that are hiding behind the blog body?
ReplyDeleteI am using a simple template and was hoping that I could still use this dropdown menu without having to change that.
Thanks,
Erika
URL:
www.bisbocciabroad.com
@Erika BisbocciBro it's working ggod at your site
ReplyDeleteBro. I have no drop down/ i can't see drop down. But you said see "Drop Down" help. This is my blog. I like to add the drop down menu. Thanks
ReplyDeletehttp://muangguite.blogspot.com/
Hi..
ReplyDeleteThis post is really very helpful. It worked for me. But the look is lil clumsy. Plz check my blog n tell me what I should alter, in order to get a nice look.
My Blog : http://bankexamguide4u.blogspot.in/
Thank U.. :)
hello friend i just copy the html coding and edited according to my blog but the drop down box is not at all extracting and i think its my mistake and i again copied the html coding and pasted it in my blog without any editing and now also i didnt open the drop down menu and friend this site is very help full for me 2 create the blog and please help for this drop down menu
ReplyDeleteIt's looks like more beautiful thank you giving this drop down menu.
ReplyDelete@CHAVIS VSAPYes,
ReplyDeletebrother my posts are covering my drop down box please can u help me to fix it
ReplyDeletetell me how ?????
Why do not work my blog.
ReplyDeleteentire navigation menu looks awesome but i want to add search box at the tail of this navigation menu. So is it possible and if it is than please give me your suggestions for that.
ReplyDelete@Rohan ModI will try it
ReplyDeleteHello Hemant, thank you for your post, it is very useful. But I have a problem with sub-menu. Could you visit my blog
ReplyDeletehttp://romavoice-mjmcommunication.blogspot.it
I saw your comment about downloading a new template, but I would like to know whether I can add the subtitles to the existing template. Thanks in advance.
Mathew
The menu does not open fully in blogger. what should I do for this problem?
ReplyDeletethanks
The menu does not open fully, what should i do for this problem?
ReplyDeleteThe dropdown menu is not opening fully, rather its getting blocked within the bar. what could be the problem ?
ReplyDeletehi!
ReplyDeleteits not working properly.................
siddhuthefighter.blogspot.in
@Siddhu Ghoshyes, becoz has been outdated
ReplyDeleteI was just searching for this info for some time. After 6 hours of continuous Googleing, finally I got it in your website.
ReplyDeletehttp://www.smartdunya.com/
I'm having trouble with menus in my blogger blog. The menus look fine if I put them at the bottom of my layout. But if I put them at the top of my layout, then they get cut off, the text gets cut off, like its not tall enough. Do you know what is going on?
ReplyDeleteThanks!
This comment has been removed by the author.
ReplyDelete
ReplyDeletesir my drop down sub menu not visible completely they may hidden like rainbow please solve my problem
thanks sir useful information...
ReplyDeleteThanks so much! I have been looking for some thing like this for quite awhile Mine is not going all across my blog like yours is. I would like to also Thanks so much! make it a sticky menu, just like yours.
ReplyDeleteThe good thing about this navigation menu is, It is fast loading and designed in such a way that it will surely increase conversion optimization of my blog. I will be glad to use it for my blog. Thanks for sharing this ultimate piece.
Deleteyey got it! thanks :)
ReplyDeletefantasiaguilty.blogspot.com
Thanks for posting such a valuable post. I tried it with a normal HTML file. Its working fine there. But when i tried to put that in my blog, The drop down items are not displayed. I have tried many ways but i couldn't do so. Please suggest any help that can solve out this problem. Your help will be appreciated.
ReplyDeletewww.pulokeshroy.in
Hi Trying to use this widget but not working as in yours ..i want drop down showing up in layers getting getting hidden
ReplyDeletecan u suggest how to trouble shoot?
http://pakistanisuitswholesaler.blogspot.in/
Thanks for taking the time to discuss this, I feel strongly about it and love learning more on this topic.
ReplyDeleteload bank hire & generator maintenance
How do I increase the width of the menu 110% (wider) but retain CENTRE-alignment so that the whole menu bar does not shift to the right (does not become off-centre)?
ReplyDeleteThanks. Good job done!
Great information. Lucky me I discovered your website by chance (stumbleupon).
ReplyDeleteI have saved it for later!
Wow that was odd. I just wrote an really long comment but after I clicked submit my
ReplyDeletecomment didn't show up. Grrrr... well I'm not writing all that over again.
Anyways, just wanted to say excellent blog!