Navigation Bar Gadget

Added a navigation bar to this blog, currently hosted on Blogger, as an HTML/JavaScript gadget (widget).

I looked around at how other people were adding navigation to their Blogger blogs and decided that I liked the HTML/CSS/JavaScript gadget method. For this specific navigation bar, I followed:

Although I found that I also had to add some additional CSS to the theme customization in order to undo some of my current theme’s defaults.

.widget li {
margin: 0px;
}

Leave a Reply