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>

 

上一篇:HTML字体如何左右移动


下一篇:Marquee(跑马灯)横向、纵向、无空白的不间断连续循环滚动代码