I'm not sure what you are going for, and without javascript enabled, this would look real odd (a non-javascript fall back could and should be arranged). It also will look different in different browsers, and room must be allowed for in the layout for the expansion, but give this a shot:
Code:
<select name="" style="width:6.5em;"
onclick="this.size=2;this.style.width='';"
onblur="this.selectedIndex=0;this.size='';this.style.width='6.5em';">
<option value="">Math 101</option>
<option value=""> - Mr. Teacher; MWF 1:00-2:30; 1sem 2006-2007</option>
</select>
Bookmarks