0


colourful jquery menu
After having published and designed over 100+ Navigation Menus for Blogger, both with horizontal and vertical list view, today we would like to share a beautiful menu that has remained the favorite choice of all MBT clients so far. This menu changes color for each tab on mouse hover. It uses simple JavaScript functions to produce neat and clean transition effects. Instead of displaying the sub menu items in traditional vertical drop down list, we aligned them with one another to fit into a single line. Unlike other menus, this widget would easily fit any BlogSpot template without design conflicts. It is positioned at the top most section of your blog to attract readers the most. The installation steps are fun to try and extremely easy. The Menu works fine on all major browsers i.e: IE7+, Safari, Chrome, Mozilla and Opera.  Lets add it to your blogs and get rid of any existing bulky menu that proved no less than a trouble.
If you are interested to learn how to create a menu from scratch and add Jquery effects to it then read the previous part of this series.


Add it to blogger

  1. Go To Blogger > Template
  2. Backup your template
  3. Click Edit HTML > Proceed
  4. Search For <head> and just below it paste these scripts:
<script src='http://mybloggertricks.googlecode.com/files/jquery-pack-colourful.js' type='text/javascript'></script>     <script src='http://mybloggertricks.googlecode.com/files/jcarousel-colourful.js' type='text/javascript'> </script>     <script src='http://mybloggertricks.googlecode.com/files/mt-colourful.js' type='text/javascript'></script> 
    5.   Now search for the body class. i.e: Looks similar to this with some code inside it
body {-------) 
Inside this class paste the following values:
body {  margin:0pxpadding:0px;------}  
       6.   Next search for this:
<body>
or this:
<body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
7.   Just below it paste the following compressed code:

<!--START OF COLOURFUL TABS BY MBT-->
<style>
/*------- Colourful Tabs Menu by faduhack1.blogspot.com -------*/
.MBT-Nav-container {
border: 1px solid #cfcfcf;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1g77oEVfIX_JQW9zyhaBIX_gXP4zUOp6GXyxraXiFN7Kq4LPaJyZ1olH7xiVXUH-Xqg6RIQVUYTkkJxBhlpsgRQWjq4i59plG4hyCTPbj_njbL8ID_f89gNw6QQyFOEEXh5cy_PmRbgU/s400/menu-bgd.png) bottom left repeat-x;
    position: relative;
      margin: 0;  padding: 0;
border: 1px solid #cfcfcf;
}
ul#nav {
    border-left: 1px solid #cfcfcf;
        border-right: 0px solid #cfcfcf;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh1g77oEVfIX_JQW9zyhaBIX_gXP4zUOp6GXyxraXiFN7Kq4LPaJyZ1olH7xiVXUH-Xqg6RIQVUYTkkJxBhlpsgRQWjq4i59plG4hyCTPbj_njbL8ID_f89gNw6QQyFOEEXh5cy_PmRbgU/s400/menu-bgd.png) bottom left repeat-x;
    position: relative;
    font-size: 12px; font-family: helvetica, arial, sans-serif;
    list-style: none;  margin: 0 auto;  padding: 0;
    width: 960px;
}
#nav ul {
     margin: 0;
  
}
:focus {
    outline: 0;
}
*html ul#nav { clear: both; height: 1%; }
ul#nav li a {
    display: block;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 33px;
    padding: 0 13px 0 10px;
    color: #333;
    text-decoration: none;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgC6vlTjsexDyQg8vdIiPECjnOt2OonG6lt7rZ1hEz8X6qeTdk7RoX7IUFvNDBlQiNbCbpXsRTuS5jYIcPMtYybtnv526y2poxaME7wOcHph_zAauzVtk8M6Rfl-PscVisb9c-g-pD5FGY/s400/menu-rule.png) right 2px no-repeat;
}
*html ul#nav li.top-link { float: left; margin: 0px 0 -13px 0; padding-top: 2px; }
*:first-child+html ul#nav li.top-link { float: left; margin: 0px 0 -13px 0; padding-top: 2px; }
ul#nav li a:hover, ul#nav li a.open { color: #fff; }
ul#nav li#mbt a:hover, ul#nav li#mbt a.open { background: #0f1f37; }
ul#nav li#link-entertainment a:hover, ul#nav li#link-entertainment a.open { background: #b70943; }
ul#nav li#link-news a:hover, ul#nav li#link-news a.open { background: #cf3c02; }
ul#nav li#link-life a:hover, ul#nav li#link-life a.open { background: #724375; }
ul#nav li#link-technology a:hover, ul#nav li#link-technology a.open { background: #02b0cf; }
ul#nav li#link-top10 a:hover, ul#nav li#link-top10 a.open { background: #353533; }
ul#nav li#links-1 a:hover, ul#nav li#links-1 a.open { background: #b70943; }
ul#nav li#links-2 a:hover, ul#nav li#links-2 a.open { background: #289728; }
ul#nav li#links-3 a:hover, ul#nav li#links-3 a.open { background: #666666; }
ul#nav li#links-4 a:hover, ul#nav li#links-4 a.open { background: #b70943; }
ul#nav li#link-home a {
    padding: 0 33px 0 10px;
    text-indent: -9999px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ9-MFZ2_pr6mduqOJn1A148bnbeFZx8FXQuKhiSVnO9qvEkBcG8sQwRFZOtPbj7Vri04tGX9Wo26Xy6TSuAihK1HGwno7z9wLtNli0RG-7bkOZH8vGizoS0dRb8MrXv29uZpdReo8pWE/s400/home-icon.png) right 0px no-repeat;
}
*html ul#nav li#link-home a { padding: 0; width: 43px; }
ul#nav li#link-home a:hover { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZ9-MFZ2_pr6mduqOJn1A148bnbeFZx8FXQuKhiSVnO9qvEkBcG8sQwRFZOtPbj7Vri04tGX9Wo26Xy6TSuAihK1HGwno7z9wLtNli0RG-7bkOZH8vGizoS0dRb8MrXv29uZpdReo8pWE/s400/home-icon.png) right -33px no-repeat; }
/* Sub-Vertical Navigation */
ul.sub-nav {
    position: absolute;
    top: 33px;
    left: -1px;
    overflow: hidden;
    width: 960px;
    display: none;
    z-index: 999;
list-style: none;
  padding-left:0px;
}
ul#nav li#mbt ul.sub-nav { background: #6f7987 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiM4jqdCvnHtIbsZfExeOCdSZ4kortZVdCXKdWm_DQcLyoW7U1ajGMX5V5BiuwmZFRpH-oZGXcsWhO5E_1yiHfxFWGhAra-R3stbocX4edpBV_QO-bpIAV0l2NIFV8kfJKtwdOxCEz4sZ0/s400/business-subnav-bgd.png) top left repeat-x; }
ul#nav li#link-entertainment ul.sub-nav { background: #d46b8e url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjFatN4u5EMuKX3gek4oLWs96IjYyWVBMK3rsbjmwBHJxv1b387314e9Haw4sgpEzgmpWampVqptistW9X80FIBmkBsKjaDPtWVQjBRhIUUBHIzWb27AEowk5H7D0oEVylaJ3X9kMkj0Wg/s400/entertainment-subnav-bgd.png) top left repeat-x; }
ul#nav li#link-news ul.sub-nav { background: #e28a67 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGPWUTimnAuRbTOw4_6X0IRfPV54y9QxN0uBUvm0LIG2iH5HWISrhQXWE2dy3hq841gtfl8SCX2U1-ySe8RFMPJ1-qrTwej_iXC6-utO43611XxedTte7rPBW7MjeB7swBntD4cvaNAZs/s400/news-subnav-bgd.png) top left repeat-x; }
ul#nav li#link-life ul.sub-nav { background: #aa8eac url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghno-LJnZNKPpzmEHPclh62n93nTfqAL7fExO3kjuSeoHX5924IJFPKr6iMG3bnkQYVTxBwkC6hFqTcflbidZln6AomfMylMN641oVknR9w9jbAbMQS2ryPuDFKUeTmExhnlkYAl1SijI/s400/life-subnav-bgd.png) top left repeat-x; }
ul#nav li#link-technology ul.sub-nav { background: #67d0e2 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz7gKIb1R7AYNuCHZSPHpX5eSWeN0e7UiAJEK2O9TGobdxlpzSTCnvRqbRIXKCiOA5UetjZ22z-3Hx-MUHXLGr00H3TFvlYGD_XA4y7CpqUxwVwwM73HJLthO4Vi-DU0aKUO-D6ljz5Tk/s400/technology-subnav-bgd.png) top left repeat-x; }
ul#nav li ul.sub-nav li { float: left;   }
ul#nav li ul.sub-nav li a {
    float: none;
    background: none;
    font-size: 11px;
    text-transform: none;
    color: #fff;
    line-height: 25px;
}
ul#nav li#mbt ul.sub-nav li a:hover, ul#nav li#mbt ul.sub-nav li a.active-cat{ background: #0f1f37 !important; }
ul#nav li#link-entertainment ul.sub-nav li a:hover, ul#nav li#link-entertainment ul.sub-nav li a.active-cat { background: #b70943 !important; }
ul#nav li#link-news ul.sub-nav li a:hover, ul#nav li#link-news ul.sub-nav li a.active-cat { background: #cf3c02 !important; }
ul#nav li#link-life ul.sub-nav li a:hover, ul#nav li#link-life ul.sub-nav li a.active-cat { background: #724375 !important; }
ul#nav li#link-technology ul.sub-nav li a:hover, ul#nav li#link-technology ul.sub-nav li a.active-cat { background: #02b0cf !important; }
</style>
<div class='MBT-Nav-container'>
<ul id='nav'>
              
               <li class='non-vertical-link top-link' id='link-home'><a class='open' href='#'>Home</a></li>
                <li class='top-link' id='mbt'><a href='#'>TAB 1</a>
                    <ul class='sub-nav'>
                    <li><a href='#'>SUB TAB 1.1</a></li>
                    <li><a href='#'>SUB TAB 1.2</a></li>
                    <li><a href='#'>SUB TAB 1.3</a></li>
                    <li><a href='#'>SUB TAB 1.4</a></li>
                    </ul>
                </li>
                <li class='top-link' id='link-entertainment'><a href='#'>TAB 2</a>
                    <ul class='sub-nav' style='display: none;'>
                    <li><a href='#'>SUB TAB 2.1</a></li>
                    <li><a href='#'>SUB TAB 2.2</a></li>
                    <li><a href='#'>SUB TAB 2.3</a></li>
                    <li><a href='#'>SUB TAB 2.4</a></li>
                    <li><a href='#'>SUB TAB 2.5</a></li>
                    </ul>                 </li>
                <li class='top-link' id='link-news'><a href='#'>TAB 3</a>
                    <ul class='sub-nav' style='display: none;'>
                    <li><a href='#'>SUB TAB 3.1</a></li>
                    <li><a href='#'>SUB TAB 3.2</a></li>
                    <li><a href='#'>SUB TAB 3.3</a></li>
                    <li><a href='#'>SUB TAB 3.4</a></li>
                    </ul>
                </li>
                <li class='top-link' id='link-life'><a href='#'>TAB 4</a>
                    <ul class='sub-nav' style='display: none;'>
                    <li><a href='#'>SUB TAB 4.1</a></li>
                    <li><a href='#'>SUB TAB 4.2</a></li>
                    <li><a href='#'>SUB TAB 4.3</a></li>
                    <li><a href='#'>SUB TAB 4.4</a></li>
                    <li><a href='#'>SUB TAB 4.5</a></li>
                    <li><a href='#'>SUB TAB 4.6</a></li>
                    <li><a href='#'>SUB TAB 4.7</a></li>
                    </ul>
                </li>
                <li class='top-link' id='link-technology'><a href='#'>TAB 5</a>
                    <ul class='sub-nav' style='display: none;'>
                    <li><a href='#'>SUB TAB 5.1</a></li>
                    <li><a href='#'>SUB TAB 5.2</a></li>
                    <li><a href='#'>SUB TAB 5.3</a></li>
                    <li><a href='#'>SUB TAB 5.4</a></li>
                    <li><a href='#'>SUB TAB 5.5</a></li>
                    </ul>                 </li>
<li class='non-vertical-link top-link' id='link-top10'><a href='#'>TAB 6</a></li>
<!--<li class='non-vertical-link top-link' id='links-1'><a href='#'>TAB 7</a></li>
--> <!--<li class='non-vertical-link top-link' id='links-2'><a href='#'>TAB 8</a></li>
-->
<!--<li class='non-vertical-link top-link' id='links-3'><a href='#'>TAB 9</a></li>
--><!--<li class='non-vertical-link top-link' id='links-4'><a href='#'>TAB 10</a></li>
-->              
                  <li style='clear: both;'/>
            </ul>
</div>
<!--END OF COLOURFUL TABS BY FH-->
8.  Hit Save and all done!

Visit your blogs to see a complete new change to the site layout. The menu will blend both light and dark themes. Have fun. :)

Customizations Guide:

The code is written in a neat way so that any one may easily change, add or delete the tabs. 
  • Replace # with URL of the page and replace TAB names with Page Title
  • To change the width of the menu edit width: 960px
  • To create a new tab in any sub menu simple paste this code above </ul>
<li><a href='#'>SUB TAB</a></li>
Tab 7 to Tab 10 are disabled. If you want to activate any one of it then simply remove the comment tags across it. i.e <!-- before it and --> after itFor more customization tips, just post me a comment!

Is it SEO friendly?

Simple CSS and HTML menus are way better than flash menus because they use the hyperlink tag along with anchor text. Search engines crawl them better and they appear clearly in SITE LINKS. This menu has everything that robots would love. It has a Clear structure and uses no fancy Jquery functions which could lead to High load time.

Credits

The menu design is inspired from blogs.com, scripts and code structure is made compatible with blogger by MBT blog. You are most welcomed to redistribute the code as long as you attach attribution and credits back to this page.

Need help?

The code is self explanatory and would not trouble many of you. However if you want to further customize the menu then you are most welcomed to ask us for any help needed. Please always share your BLOG URL while posting. I hope this little effort may prove helpful for most of you. Thank you for taking time and reading this tutorial. Peace and blessings pals. :)

Post a Comment

 
Top