怎么把select下拉菜单里的文字设置成滚动
我想用marquee标签设置字体滚动,我的代码是下面这样写的,但是没有效果,字体还是不会滚动,怎么办啊,谁教教我?
<html:select property="w_project_cd[]" value="<%=prj.toString()%>" onchange="<%=js.toString()%>" style="width:260px">
<logic:notEmpty name="proj_list">
<marquee direction="left" behavior="scroll" scrollamount="10" scrolldelay="200"> <html:options collection="proj_list" property="value" labelProperty="label"/> </marquee></logic:notEmpty>
</html:select>