Dreamweaver中滚动字幕

来源:百度知道 编辑:UC知道 时间:2024/09/24 22:34:58
我想让我的字段在鼠标指向滚动字母时字幕运动停止,鼠标离开字幕,滚动继续。这个代码对吗,我输入后怎么没有的反映
<marquee direction="up" scrollamount="3" onmousemove=" this.stop()" onmouseout=" this.start()">

<marquee behavior="scroll" direction="up" scrollamount="20" onmouseover="this.stop()" onmouseout="this.start()">文本内容</marquee>

你在上面提问,有分数才好使,不然都没人给你解答啊

在“)”后面,加上“;”,两个后面都要加啊。

onmouseover!!!!!!!!!!不是onmousemove