帮个忙
请问<marquee ***>文字</marquee>要怎样才能使鼠标移动到文字上时文字就停止滚动?谢谢 onmouseover="this.stop();"
marquee
谢谢了,知道了回复 2# 的帖子
那么 我这怎么鼠标指别的地方去了 字也不走了呀怎么改呀 谢谢
这是代码 <html>
<head>
<title>动作</title>
</head>
<body>
<marquee onmouseover="this.stop();">我会走了
</marquee>
</body>
</html>
回三楼
<html><head>
<title>动作</title>
</head>
<body>
<marquee onmouseover="this.stop();" [color=Red]onmouseout="this.start();">[/color]我会走了
</marquee>
</body>
</html>
也是 我真笨
你说的也是既然那个是 STOP 开始当然是 START 了 谢谢了
我真是一个笨蛋
页:
[1]
