When your Category (Labels) list gets long in Blogger and takes up most of your sidebar, you may want to convert it to a dropdown box. Believe it or not, this is much to do in Blogger than in Typepad.
For Categories
* From the Dashboard, go to Layout.
* Go to Edit HTML.
* Find this line:
<b:widget id="Label1" locked="false" title="Labels" type="Label"></b:widget>* Then replace with this code:
<b:widget id="Label1" locked="false" title="Categories" type="Label">
<b:includable id="main">
<b:if cond="data:title">
</b:if></b:includable></b:widget>
<h2>
<data:title></data:title></h2>
<div class="widget-content">
<select onchange="location=this.options[this.selectedIndex].value;" style="width: 180px;"> ...