Ⅰ DW製作網頁時,下面代碼如何修改才能使滑鼠放在滾動文字上時就停止滾動
onMouseOver="this.stop()" onMouseOut="this.start()"添加這兩個屬性即可
<marquee behavior="scroll" direction="up" bgcolor="#9999FF" loop="-1" scrollamount="1" scrolldelay="1" style="12" onMouseOver="this.stop()" onMouseOut="this.start()">