下拉列表的

时间:2016-08-29 01:52:44

标签: javascript java html css struts-1

我想显示下拉列表的滚动条,以便用户可以从可用列表中选择任何一个项目。下拉菜单应显示5个项目和滚动条,以便在用户单击下拉列表时拖动并查看列表中的剩余项目。要显示下拉列表,我正在使用struts html标记库。下面是显示下拉列表的struts html代码。

 <html:select name="myForm" property="city" styleId="city" tabindex="1" title="Please Select City">
  <html:options property="city" labelProperty="city"/>
 </html:select>

我是否需要编写javascript函数来实现<html:options>的滚动条。我不能使用jQuery,因为我的应用程序不支持jQuery库。请建议我如何使用javascript函数实现此目的。

1 个答案:

答案 0 :(得分:0)

只需将一个类分配给选项列表,并添加等于auto的溢出。我只是添加了风格。

<html:select name="myForm" property="city" styleId="city" tabindex="1" title="Please Select City">