当前位置: 代码迷 >> Web前端 >> 滚动展示
  详细解决方案

滚动展示

热度:139   发布时间:2013-03-25 15:43:04.0
滚动显示
<marquee scrollamount="2" scrolldelay="10"
???????????????direction="left" width="100%" onMouseOut="this.start()"
???????????????onMouseOver="this.stop()">
???????????????<s:iterator id="datas" value="#session.infoList"
????????????????status="st">
????????????????<s:if test="#st.index !=0">
?????????????????<span
??????????????????style="color: #999999; margin-left: 5px; margin-right: 5px;">|</span>
????????????????</s:if>
????????????????<span style="cursor: hand;"
?????????????????onClick="detailInfoForm(<s:property value="FIdInformation"/>)">
?????????????????<s:property value="FNameInformation" /> </span>
???????????????</s:iterator>
</marquee>
  相关解决方案