I hope to use the marquee tag to set font scrolling. The code is written like this, but it has no effect and the font will not scroll. How should I write it to achieve this effect?
<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 scrolllamount=10″ scrolldelay=200″> <html:options collection=proj_list property=value labelProperty=label/></marquee>
</logic:notEmpty>
</html:select>
A similar example was found online, as follows:
HTML code:
Copy the code