• Tutorials
  • Blogger Themes
  • Blogger SEO
  • Blogger Widgets
  • Internet
  • Mobile Phones
  • Gadgets
BloggerHero - Blogger Tuts, SEO, Themes, Gadgets
  • Home
  • Blogger
  • SEO
  • Themes
  • Internet
  • Widgets
  • Gadgets
  • About
  • search
    close

Add CSS Drop Down Menu to Blogger

 Rohitkumar  02:47  2 comments
Tweet
Add CSS Drop Down Menu for Blogger
Adding a Responsive Drop Down Menu makes your blog fully Professional and Magestic.
I love playing with Responsive and CSS Blogger widgets as they are really awesome.
Today we are going to learn "How to Add CSS Drop Down Menu For Blogger"
Add CSS Drop Down Menu for Blogger
Whats Special Here?
1. Full Responsive.
2. Doesn't affect site loading time.
3. SEO optimized.
4. Easy to Install.
5. User Friendly
6. Tested on Firefox, Chrome, IE [100% Working]

Drop Down Menu helps users to navigate or browse your Blog's or Website's Contents effortlessly. It is also called as Pull Down Menu. It plays very important roll for creating a user friendly blog. If you are beginner blogger then you should check Our Blogger Beginner Guide.
We all know that default blogger templates do no provide any kind of Drop Down Menus, so we have to add them manually, I'm here to tell you how to add the Splendid Super CSS Drop Down Menu in Blogger.

I have took this Drop Down Menu from MyBlogger-Tricks , I've done several changes which give this CSS Drop Down Menu a classy look with optimized coding !
So You should try this widget on your blog.

Its really easy to add such Drop Down Menus in Blogger, you need to follow these Simple steps.
1. Go to Blogger > Dashboard > Template.
2. Click Edit Template.
3. Then find the following code.
]]></b:skin>
4. After finding above code, Just copy the following code above it.
#mbt_menu {
    background: #656870;
    width: 100%;
    margin: 0px;
    height: 60px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Trebuchet MS', sans-serif;
    font-weight: normal;
    word-spacing: 2;
    -webkit-font-smoothing: antialiased;
}

#mbt_menu li.home a {
    padding: 0px 30px;
}

#mbt_menu li.home img {
    vertical-align: middle;
}

#mbt_menu ul {
    height: 60px;
    list-style: none;
    margin: 0;
    padding: 0px;
}

#mbt_menu li {
    float: left;
    padding: 0px;
}

#mbt_menu li a {
    background: #656870;
    color: #CCC;
    display: block;
    font-weight: bold;
    line-height: 60px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

#mbt_menu li a:hover, #mbt_menu ul li:hover a {
    background: #46484E;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -moz-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -o-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 900ms cubic-bezier(0.47, 0, 0.745, 0.715);
    transition: all 600ms cubic-bezier(0.47, 0, 0.745, 0.715);
}

#mbt_menu li ul {
    background: #656870;
    display: none;
    height: auto;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: absolute;
    width: 225px;
    z-index: 200;
/*top:1em;
/*left:0;*/;
}

#mbt_menu li:hover ul {
    display: block;
}

#mbt_menu li li {
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    width: 225px;
}

#mbt_menu li:hover li a {
    background: none;
    color: #979EAF;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#mbt_menu li ul a {
    display: block;
    height: 60px;
    font-size: 13px;
    font-style: normal;
    margin: 0px;
    padding: 0px 10px 0px 15px;
    text-align: left;
}

#mbt_menu> ul > li ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-transition: color ease 0.3s;
    -moz-transition: color ease 0.3s;
    -ms-transition: color ease 0.3s;
    -o-transition: color ease 0.3s;
}

#mbt_menu li ul a:hover, #mbt_menu li ul li:hover a {
    background: #46484E;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #FFF;
    text-decoration: none;
    padding: 0px 10px 0px 15px;
}
5. Now Save your Template. [Make Sure to take Backup of Your Template]
6. After Saving the Template go to Layout > Add Gadget.
7. Select "HTML/Java Script"
8. Copy the following code and paste in it.

<div id="MBT_menu">
<ul>

<li class="home"><a href="http://techethix.blogspot.com/" title="Home Page"><img alt="Home" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2rnrzyqPjCg1wd1BDrUZiVxLusQNhWwAysu4sb18tZlYdUX2QdWRmzEPGLSPDLcONZzJ_WHe4_h2A6eEDhU6tSfnfMToUX4uovYP271jVUmweZfsRjQJmqkUVw2NXr88q4XexMFFFkxq8/s1600/Very- Basic-Home-icon.png"/></a></li>

<li class="sub "><a href="#"><span>Blogger</span></a>

<ul>

<li><a href="#"><span>SEO</span></a></li>

<li><a href="#"><span>CSS</span></a></li>

<li><a href="#"><span>Widgets</span></a></li>

<li><a href="#"><span>Blogger</span></a></li>

</ul>

</li>

<li><a href="#"><span>Applicatoin</span></a>

<ul>

<li><a href="#"><span>HTML Encoder</span></a></li>

<li><a href="#"><span>HTML Editor</span></a></li>

</ul></li>

<li><a href="#"><span>Tools &#187</span></a>

<ul>

<li><a href="#"><span>Online HTML Editor</span></a></li>

<li><a href="#"><span>Color Code</span></a></li>

<li><a href="#"><span>Page Rank Checker</span></a></li>

</ul>

</li>

<li><a href="#"><span>Faqs</span></a></li>
<li><a href="#"><span>About Us</span></a></li>
<li><a href="#"><span>Contact Us</span></a></li>

</ul>

 </div>
9. Now you can edit the contents which I've highlighted with Red Color to your desired contents. Replace '#' with your Blog Content Links.
10. Click Save, That's it ! You are done. Move the widget above Post Body and Hit Save Arrangement.

Now Go to your Blog and check our CSS Drop Down Menu.
Don't forget to Subscribe Us and You can also  Share this post with your friends.
if you have any problem about this post feel free to contact with me or you can also post comment here.

    Sharing is Caring!

  • Facebook
  • Twitter
  • Google+
  • StumbleUpon
  • linkedIn
  • StumbleUpon

Rohitkumar A

Posted In blogger, css, drop down menu, how to, responsive, widget
Subscribe Now

Get Latest Posts Directly Into You Inbox

 2 comments :

  1. Anonymous7 September 2013 at 10:19

    pleease live demo !!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1

    ReplyDelete
    Replies
      Reply
  2. seo services india23 December 2015 at 03:01

    nice post on blogging your are really a blogger hero
    responsive web design company india

    ReplyDelete
    Replies
      Reply
Add comment
Load more...

Newer Post Older Post Home
Do you like my work?

Buy Me a Coffee!

Popular Posts

  • How to add Custom Fonts in Blogger or Any Website
  • How to use full ISP bandwidth to speed up downloading
  • MaterialMix : A Free Material Design Blogger Template
  • Download Materiality Blogger Template
  • Resume Lite - One Page Resume Blogger Template
  • Best Social Media Widget for Blogger | 2017
Email Newsletter

Get Latest Posts Directly Into You Inbox

Labels

Android blogger browser Buy computer css drop down menu Gadgets Google how to internet Laptops Mobile Phone phone responsive reviews SEO smartphone Social Media Social Share Widgets subscription box Template tool trick widget Wireless youtube
Powered by Blogger.

Popular Posts

  • High PR Forums That Can Bring You High Traffic
  • Sensational v2.0 Responsive Blogger Template
  • Materiality - Material Design Blogger Template
  • MaterialMix : A Free Material Design Blogger Template
  • BloggerHero Free Premium Blogger Template
  • [Fixed] Facebook Share Thumbnail Is not Showing on Blogger

Contact Form

Name

Email *

Message *

  • Home
  • About
  • Contact
  • Sitemap
  • Services
  • Request
  • Privacy Polciy

© 2013 BloggerHero.com. All Rights Reserved. Designed with Love for Everyone!