domdomrung

add Awesome navigation or tabs menu in Blogger blog

Tab Menu For Blogger

A navigation or menu bar is a bar made up of tabs. “Behind” each of those tabs is a link -to a post page, a static page, a label page, to another website etc. Making navigation tabs is not that difficult. They are basically links with some styling added for visual appeal. While links are arranged vertically, navigation tabs are usually arranged horizontally. In this tutorial we will install the bar just below the header, a typical place for navigation bar. The bar will be added as a gadget via Page Elements page. The advantage of using a gadget is that if you want to remove it later on, it can be done easily without editing the HTML. But in order to do that, the template must have an Add A Gadget link thingy or widget container as I would call it, at that particular location. The is no such element. What do we do then? We create it. In our next tutorial we will learn how create Element just below header.

 

Update:- 11 November 2013… Version 2.0 Available.

 

Live Preview

 

Add It To Blogger

 

1. Go to your Blogger Dashboard>> Layout>> and click on add a gadget (Just Below Header Like Screen Shot.)

how to a  add Gadget

2. Click Add A Gadget link below the header.
3. Scroll down the Add A Gadget window and select HTML/JavaScript.
4. Leave the title box empty.
5. Copy and paste the HTML code below into the content box.

<style>

#tab_menu {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTI2bgU6FQaDhHahDG77bVj7x9dxMw-rnqoliHnbP2BRIBFS1WnTk3kVYMUMPCWYoEvy-L1LkDoNwp3IEhwzC6TNfj0W7lASDSh_4KNJo-HtOoyBfF_2PeIDxvfYx8eXAdEl1Qd6LBpQQz/s1600/menu_bg.png) no-repeat;
height:50px;
width:960px;
line-height:50px;
list-style:none;
margin-top:10px;
font-size:14px;
font-family:Verdana, Geneva, sans-serif;
font-weight:bold;
overflow:hidden;
}

#tab_menu li {
float:left;
border-right:1px solid #FFA722;
border-left:1px solid #CC5200;
}

#tab_menu li:first-child {
border-left:none;
}

#tab_menu li:last-child {
border-right:none;
}

#tab_menu li a{
text-decoration:none;
float:left;
display:block;
height:50px;
padding:0 20px;
color:#FFF;
}

#tab_menu li a.current, #tab_menu li a:hover, #tab_menu li a.tool:hover {
color:#622900;
text-shadow:1px 1px 0px #E8964B;
}

#tab_menu li a.tool{
color:#000;
text-shadow:1px 1px 0px #E8964B;
}

</style>


<ul id='tab_menu'>
<li ><a href='#'>Home</a></li>
<li ><a href='#'>PRODUCT</a></li>
<li ><a href='#'>FAQS</a></li>
<li ><a href='#'>CONTACT US</a></li>
<li ><a href='#'>ABOUT US</a></li>
</ul>


6. Replace “#” with the URL of your destination page or blog.  



7. You can get the URL of a page by copying the content of your browser’s address/URL bar while you are on that page.  
8. To show all posts under a label (category), you need to link to the label’s page.



9. To change the width of the menu edit width: 960px.



 



Update:- 20-06-2013 Background Option Added



 



1.


menu_bg_1

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0zpxDsDqXZLzTExm1s1NEeZ8DE-simfxt5EjL6oAYomVWOqV5fIKCjXLtnbco5bKZUaWU_PJs9PYzFf45Ver7qAe45UUC9fYDS8a3p3v40fpzLevdJnWgU1JQhLCVTZPY2ynHvNOj5x27/s1600/menu_bg_1.png


2. menu_bg_2



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiZo3aD6M3nlwc067DzeTX56VotZ-a916RdgbQxXBHnPzdvcMWGLq9xr2RcpRB4VPhUAp4KvyejOaTr1hLvlBQgIzDMCxtt4jkOEh9CFMKJ7yJyixByD5dGyZye8ojAfilO_FJVo-wXQCAt/s1600/menu_bg_2.png


3. menu_bg_3



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiHrok0_Gs83EL-Xm1dpMAI18x-bfS11TXBkKJB5cCyT-pZfmWwIkHG1wkjxf1x620mlnX5rvciheHK4AsTGUvSGi4PPuKbZvPdLUrbOvP83QrjaqH-hpX_qiloucGp_7Rzscy3Tbrf2DtK/s1600/menu_bg_3.png


4. menu_bg_4



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUa8OsztgtFt_v3HHrFz4sXaNkfiwH3NxLrewpXjxgbLAdnrEKBFjqfM03dl3mDSvo6QAbT9TuB5lyCskMlW3UjUHDt8BXjQJAcqsT3rxuCopEJe1Y62Wde5sxB0UpdMfvyx1CaDkjDbVf/s1600/menu_bg_4.png


5. menu_bg_5



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6typk81v7cPtosjvSe66yo318mCwWUaXDQYXG0APwE4ob32wUSHx8aOKLNkKAUeWT4rhzr3q7n1oUAh7zeqz-DXntuyWODL7yYrj2XGffgCQuKhpAbdEsL8xwqIV7AioweRKW7-1DQPut/s1600/menu_bg_5.png


6. menu_bg_6



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz7TCx30bugbt-_jMZfob1P61NPx5U0JO-EH38T1gckAK1pqJvkrR8R9qj_I5nqtQAhP4nUurr_ibKGZ-ZoX160reBhOBJXe9kIT3Bi9yneaEDVE95QcbzkQca9D_8gPMfDnb5hrKs8RSM/s1600/menu_bg_6.png


7. menu_bg_7



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIeboPQw7WqIa84rvF4p6_EktmmzJp4MCCSSXLU9ylJ9GB0krcRjQbKwSRocXsee4b7jGYmwp86iMzLqJkKuCoh5BzbUI-GIz73ckGYzB55tQfrUiPAOUq58Bff2QnSJUSjeo1GFKsQmoZ/s1600/menu_bg_7.png


8. menu_bg_8



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh_uc2bAtXaEongiU5YWdS_2B3PSXb6lSTgeup1ZpYqEFHahRZSmVhuX-AzhX6IyEIwVZJYN2Phxr6UqqHO488ofNkxEiMNYINmCVJWJ_njoncply0o8yPjdyKT-oov-_dqAprRBLcOE7Vh/s1600/menu_bg_8.png


9. menu_bg_9



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipG381QrHFw6269WL3EE8VZhBEBoLEI_gajyINjUVmp3eSboBEApOgYV2ynJ5cAeTUkClDEfqQnfPZvV6myxukIajZdCFDQixQ-kFM6s5HxT3sYGCL4H2iWFOV0eUsGMfACSTFCVzdsiUz/s1600/menu_bg_9.png


10. menu_bg_10



https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjcaPrYNG-25AhKFLFI7BRU5DwxLSrTxrGceSRZQ5ZpfpIb_k6jlBQ-BkUtQc83k7H0e_MtOkOnHoGhHp0l6rpmL22oEbLUpXTjrOPRBPllcFfrkA5hTMIWgDaOs0gY_2JnLXHPhAItS7T8/s1600/menu_bg_10.png


Just Replace highlighted background URL with any background which you want to add in menu.



background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTI2bgU6FQaDhHahDG77bVj7x9dxMw-rnqoliHnbP2BRIBFS1WnTk3kVYMUMPCWYoEvy-L1LkDoNwp3IEhwzC6TNfj0W7lASDSh_4KNJo-HtOoyBfF_2PeIDxvfYx8eXAdEl1Qd6LBpQQz/s1600/menu_bg.png) no-repeat;





For any further help please feel free to post your queries in the comment box below. Please do not hesitate to ask questions, we love responding! Its Very Handy, Light weight and Professional Tab Menu. Subscribe to our blog via email or RSS and Like our Facebook page to receive free future updates.



Enjoy!