编程中国 | 业界新闻 | 技术文章 | 视频教程 | 下载频道 | 程序源码 | 个人空间 | 编程论坛  
 
全能 ASP / PHP / ASP.NET 主机,支持月付专业 MSSQL 数据库空间,支持月付专业 MySQL 数据库空间,支持月付学习型 ASP/PHP/ASP.NET 主机 30元/年
发新话题
打印

帮个忙

帮个忙

请问<marquee ***>文字</marquee>要怎样才能使鼠标移动到文字上时文字就停止滚动?
谢谢

TOP

onmouseover="this.stop();"

TOP

marquee

谢谢了,知道了

TOP

回复 2# 的帖子

那么 我这怎么鼠标指别的地方去了 字也不走了呀
怎么改呀 谢谢
这是代码 <html>
<head>
<title>动作</title>
</head>
<body>
<marquee onmouseover="this.stop();">我会走了
</marquee>
</body>
</html>

TOP

回三楼

<html>
<head>
<title>动作</title>
</head>
<body>
<marquee onmouseover="this.stop();" onmouseout="this.start();">我会走了
</marquee>
</body>
</html>

TOP

也是 我真笨

你说的也是
既然那个是 STOP  开始当然是  START 了  谢谢了
我真是一个笨蛋

TOP

发新话题