Subscribe For Free Updates!

We'll not spam mate! We promise.

Tuesday, January 14, 2014

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.




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/AVvXsEjrbPTVr7hFsKHZc9gTZuV50CTq2KNusM_lUkxx3xdsnuHlk489jKEjJNyrq62NEpM6n0y1Maurigumot0LhGV-s-UKp8Os6ed8fvJallV-V8vMxpAuSGddenFZyrxW31DkxKrW3mYtI1wF/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.

Background Option


1.
menu_bg_1
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjUv1ZR0_ThNrs-Mbf9X61-wxthIYM22nWwfNABOm1rDgziiJQbM8IqfGiqrkhinmPpMjMuininny2wJQC7_JylaIGG6vXY8dSxtLUbcm3k9CQaU4PQJaQ22wzfAWdyzg6iSInI_EMWIkzl/s1600/menu_bg_1.png
2. menu_bg_2
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgs0QxVmCiLcnYfjWTqWy5L1vlx4yB2FYTTfrL8m1wmpad-tLzPc8D9t9g9zVENm3yOyj6OKXaOSFpzI7AAkv2bhmevEyjmugrXiEKKxbN-1JfY7VzX3c4ZLa9pBqmMFOGazGiNHokVKrHL/s1600/menu_bg_2.png
3. menu_bg_3
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgE2oBRE-5jS1Gz84_8ST2W3DhaMb3PF9cYEtg5KToJRZ1FUrWy9o9ERYrdnfm6NFvrruQKjksmf8RctPIDcG9pCqYTHW4nM3YmM44TFEiYzcDsIO_tlcCxcN4VM0b7iFYK4UK7jSe7EKSu/s1600/menu_bg_3.png
4. menu_bg_4
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhw-Vd2BKO8Lc5q9pNHuCq5-weQKZWUZp07Ya_3KjF2bPaJ8rd6qrad0pi7kQ3nLAiHt0KJR0Tdmm71IkUmKthLRgQG46G11wH54etyrSVGWV2xWWkiiYjLEkxGMY8qPLMZ1AmoXBoQXxEZ/s1600/menu_bg_4.png
5. menu_bg_5
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjWO9y7gK_m1KKuPSYOjCIYAlg8LHvDaXyBT4Oo25zvCDETe2Myfdz268VpxiCEKPBPvCKTjs-hWMFKaCf_1makWPajrMsKAoX9nMQ2gEm52OjHZ7Pd3FGktFWj5fYYtfUagqAGHIhUi5B/s1600/menu_bg_5.png
6. menu_bg_6
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEid-jUzuo_62_4Civc2R7euGn_eCpcFkHlGElqU6xcTxuSj_ZhCcCv5INlpjN2p2k4XSgu_DxZ7bgMxn5yUnipP3fFQzDmPxahtck0dkF8vDKkdNfp_2ua6pmFZZt69KqzaqpMaf2Bwo1Cl/s1600/menu_bg_6.png
7. menu_bg_7
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgErztk-qierfpKM5_lEiXDosp5cVpx2Lnc0J2Fz2t3IDli_qxs7zWhz-f7Jx4foKPAG1xoobZFO5DTFHL1BMMjGQAWvDRRpc7TNSKBYS01HVLAYz_5VyyNMmszUPOHgDv-kVBoHdcdoBpk/s1600/menu_bg_7.png
8. menu_bg_8
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_dNkLdHGyPFyvENwmOPX7TCr4rN5XgBDk_YcxhroR2hIm1M_V7mhLyG1UlaJ2lo0gReyht-EPHhYUBjXfqmuba5FCfOZHz7KWlC4JDiKxCqbzHc8Rg8FfwAo4gCP8HWQsxao_R5LY3nOC/s1600/menu_bg_8.png
9. menu_bg_9
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLZyuXK56ofgqyYxtgpvlrEBbB0kMx68nJzeWwlg9TfWtX-u3K-uZi8se23q_Rkx8WmsVP173GOeCjNk4aD2gNhMgewOaJnSLOl7mwpanATLaQ10Z1bNjkgosOBurq01mJtAjzi9UbLyuf/s1600/menu_bg_9.png
10. menu_bg_10
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkN5-92ICXWP_CwFXCGLfV1Mzd8KCX5WxRoL7aIk-F0hqSFPQz5JbhsbCA7oOQDsosJAU_d2pYGWttJ1VXSgcgfo23BnQ2ZId2HOIjeZD-z6UKP14lSSSLwtw7WKmkLLrUgzkTNGxhsn7K/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/AVvXsEjrbPTVr7hFsKHZc9gTZuV50CTq2KNusM_lUkxx3xdsnuHlk489jKEjJNyrq62NEpM6n0y1Maurigumot0LhGV-s-UKp8Os6ed8fvJallV-V8vMxpAuSGddenFZyrxW31DkxKrW3mYtI1wF/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.
Enjoy!

Socializer Widget By Dashing Blogger
SOCIALIZE IT →
FOLLOW US →
SHARE IT →
Comment With:
OR
Choose Wisely!

No comments: