其他分享
首页 > 其他分享> > HTML之marquee(文字滚动)详解

HTML之marquee(文字滚动)详解

作者:互联网

<div class="plate_notice plate_new">
<div>
<h6>待办任务统计</h6>
<a onclick="window.open('Mores.aspx?type='+encodeURIComponent('待办'))"></a>
</div>
<marquee id="affiche" behavior="scroll" direction="up" height="200" hspace="50" vspace="20" loop="-1" scrollamount="5" scrolldelay="10" onm ouseOut="this.start()" onm ouseOver="this.stop()">

<%=GetNews()%>
</marquee>

</div>

 

标签:文字,滚动,marquee,待办,HTML,详解
来源: https://www.cnblogs.com/sanshengshitouhua/p/14290968.html