码迷,mamicode.com
首页 > Web开发 > 详细

html代码实现自动滚动,鼠标滑过时停止滚动

时间:2016-06-05 15:39:08      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:

1 <marquee style="width: 1200px;height:200px;margin:0px auto" onmouseout="this.start();" onmouseover="this.stop();"scrolldelay="100" direction="left">
2        <img src="images/u=1016631571,2309477070&fm=23&gp=0.jpg"></img>
3        <img src="images/u=2697044944,2142305470&fm=11&gp=0.jpg"></img>
4        <img width="400" height="300" src="images/u=3417782291,3017194704&fm=23&gp=0.jpg"/>
5  </marquee>  

 

html代码实现自动滚动,鼠标滑过时停止滚动

标签:

原文地址:http://www.cnblogs.com/xujingyang/p/5560830.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!