Ⅰ 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()">