Drop down menus can help organize and categorize content links. While many web developers debate whether or not they are good or bad practice, there’s no doubt that they can help clean up a design if you have a rather busy blog. If your blog contains a large amount of information and you’re interested in categorizing your links a little better, a drop down menu might be the ticket!
Since Blogger doesn’t offer the option to automatically add a drop down menu as WordPress does, we have to make our own. This requires a little bit of CSS and HTML knowledge, but I will walk you through it so it doesn’t seem so confusing.
The menu I’ve put together is built entirely with CSS3 and HTML. No Javascript to deal with here, so it is nice and lightweight and easy to configure. You can view a demo of it here. To get started, you’ll need to head on over to the Layout page in your Blogger dashboard and add a HTML/Javascript gadget in the top/header area:
Add the following code to your new widget, customizing the titles and links to match your own blog:
You will need to replace the # characters with the actual links of your pages, and the menu titles with your own.
TIP: To add additional menu items with sub-menus, you can copy the red portion of the code and paste a duplicate before or after any <li> or </li> codes, like so:
You can change the colours and fonts wherever I’ve placed the comments in the code.