- If you want your buttons to go from top to bottom, then it doesn’t really matter what size you decide to make each button, as long as the width of button does not exceed the width of your sidebar.
- If you want your buttons to go from side to side (like the “Find me here buttons” in my header), you need to make sure that the cumulative width of your buttons does not exceed the width of your sidebar. If your sidebar is 300 pixels wide and you want three navigation buttons, then be sure that the three buttons are smaller than 100 pixels wide.
Adding your navigation bar:
Step 1: Go to “design,” then “edit html,” then click on “expand template widgets” {remember to save your template at this time- click “download full template”}. Search for the following code:
- If you want the navigation bar beneath your header: Search the HTML code for the “header” section (may also be called “headings”).
- If you want the navigation bar in your sidebar: Search the HTML code for the “sidebar” section (may also be called “widgets”).
Step 6: Click “preview template.” Make sure everything looks good before saving your template.
<center><div id=”newnavbar”><ul> <li><a href=”the page your button links to”><img src=”your image’s direct link” /></a></li><li><a href=”the page your button links to”><img src=”your image’s direct link” /></a></li><li><a href=”the page your button links to”><img src=”your image’s direct link” /></a></li><li><a href=”the page your button links to”><img src=”your image’s direct link” /></a></li><li><a href=”the page your button links to”><img src=”your image’s direct link” /></a></li></ul></div></center>
That’s all for today folks!



























Something that is also nice to add for a custom navigation bar is a little box that pops up when someone hovers on your link.
(for example, hover your mouse over the blogger logo in the very top left corner of this page, see the message "Go to blogger.com"?)
You add this by adding the "title" attribute to a link. In the example above you would have:
<a href="the page your button links to" title="I am the message that will show when hover"><img src="your image's direct link" /></a>
This can be a really nice touch to personalise your blog by having things like:
<a href="link" title="This is my blog about all the stuff I do"><img src="link"/></a>
<a href="link" title="All about wonderful me!"><img src="link"/></a>
<a href="link" title="Get in touch! I would love to hear from you!"><img src="link"/></a>
You can also do the same for images. See the boxes pop up when you hover over someone who is following this blog? That is done by a "title" attribute in the image.
<img src="link" title="This is a cool image"/>
And well done again Heidi for another great addition to your blog design posts!
Seriously LOVE this! Great idea!!! Thanks!
-Heidi
Great info! Thank you!
~Kimberlee
http://www.TheSpunkyDiva.com
Wow, I can't wait to hop on the computer tomorrow and beef up my blog, thanks!! I'm just getting started and think I am "talking" to myself at this point!!
Heidi,
Finally, I found some instructions that I can follow without any problems…thank you, thank you!! I applied it to my test blog
http://wwwdawggonecutecreations.blogspot.com/
How can I get rid of the gray boxes behind my images? I've played around with the color wheels on the template designer but can't figure out how to get rid of them…can you help? Haven't tried it on my new blog but just in case….:)
Hi Velma! Sorry for the wait. I receive many emails each day and it takes awhile to respond to each one.
There are two ways to solve this problem. One way is significantly easier than the other, so I will tell you that one. If it doesn't work email me again I will walk you through the more difficult one. Go to "design" on your blog. Then click "template designer" go to "advanced" then "tabs background" then choose white (#ffffff).
That should be the trick.
Hope this works! Thanks for reading my blog!
-Heidi