Steps to add horizontal navigation bar to a blogger blog:
First is to add Css to your template: Go to Blogger dashboard, then Layout, then choose Edit HTML, use CTRL+F to find </b:skin>.
Next add the following code just before the </b:skin> tag.
/*URL: http://www.netmediablog.com/ */
.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.basictab li{
display: inline;
margin: 0;
}
.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}
.basictab li a:visited{
color: #2d2b2b;
}
.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}
.basictab li a:active{
color: black;
}
.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}
After adding that code save you template. Next will be to add the menu to our template. Go to Blogger dashboard, then to layout, choose page element above the post area and click add gadget, choose Add HTML/Javascript, leave the title empty and add the following code to the content area.
<div id='topnav'>
<ul>
<li><a href='/'>Home</a></li>
<li><a href='#'>Contact</a></li>
<li><a href='#'>Link 3</a></li>
<li><a href='#'>Link 4</a></li>
</ul>
</div>
Edit the code by replacing the ‘#’ tag with your url’s .Then save your template and preview your blog on a browser remember to also Subscribe to NetMediaBlog Feeds by Email
These are in fact impressive ideas in on the topic of blogging.
You have touched some good points here. Any way keep up writing.
You got a really useful blog I have been here reading for about an hour. I am a newbie and your success is very much an inspiration for me.
Just wish to say your article is as astounding. The clarity in your post is just excellent and i could assume you’re an expert on this subject. Well with your permission allow me to grab your RSS feed to keep updated with forthcoming post. Thanks a million and please carry on the enjoyable work.