链接 http://ferrenetwork.com/weavechanges/dataentry.html
这是我使用的 html 代码
<select id="box1View" multiple="multiple">
<option>2008-2009 "Mini" Baja</option>
<option>AAPA - Asian American Psychological Association</option>
<option>Agape</option>
<option>AGE-Alliance for Graduate Excellence</option>
<option>AICHE (American Inst of Chemical Engineers)</option>
</select>
这是我在我的 CSS 中使用的样式
#box1View{width:350px; height:350px; border:1px solid #CDCDCD; }
#box1View option {background:#E6E6E6; border: 1px solid #fff; padding: 15px 0 15px 5px;cursor:pointer;}
#box1View option:hover {background:#e0f0f5; cursor:pointer;}