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:
- http://www.avdhootblogger.com/2013/04/king-of-black-navigation-menu-bar.html
- http://red-team-design.com/css3-dropdown-menu/
- http://red-team-design.com/css3-animated-dropdown-menu/
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;
}