How to Create a Beautiful Dropdown Blogroll Without JavaScript

Dropdown menus are a great way of including a long list of links without cluttering up your page. The issue though is that they can be hard to style, but look quite ugly if you don’t. There isn’t a lot of flexibility with HTML’s <select> tags.
Well, why not do it with plain HTML instead?
In this post, I’m going to walk you through how I’ve set up the blogroll in our upcoming redesign. Load up the example page to see how our final product will look.

As bloggers, we all want to put as much content as we can on the page, but make it look like as little as we can.
Arguably, the most important feature in your blog’s design is its 
203