After many requests by clients to add a horizontal navigation bar to their Blogger (Blogspot) blog, I decided to create some video tutorials illustrating step by step the process. Below I’ve listed the first two videos and tomorrow I will post the last two, for a total of 4 short videos.

If you’re not very comfortable working with HTML and CSS code, have no fear. BACK UP your template first (I’ll show you how and where to do that in the first video) and take it step by step with me. And see my very legal disclaimer below.*

So to get started click on the images below and follow the directions. All the code you need is also pasted below each video.

How To Add A Horizontal Navigation Bar in Blogger – Video 1

vid1capture

Code needed for this video:

1. New Nav Bar:

#newnavbar ul li{
font-size:100%;
list-style-type: none;
display:inline;
padding:0px;
margin:10px;
border:0px solid;
}

How To Add A Horizontal Navigation Bar in Blogger – Video 2

vid2capture

Code needed for this video:

2. New Nav Bar Effects:

#newnavbar li a{
color:#e087aa;
}

#newnavbar li a:visited {
color: #9e9e9e;
}

#newnavbar li a:hover {
color: #f2b9cf;
}

That’s it for today. Sit back and take a break, you HTML guru. And come back first thing tomorrow for the rest of the videos. (Don’t worry…if you clicked “Save Template” all your hard work will be there tomorrow!)

*I offer this tutorial as a free service to you and am in no way to be held responsible for you screwing up your own blog. (But don’t worry…you’d have to try pretty hard to do that.) Thank you. ;)

Related Posts with Thumbnails