html代码实现自动滚动,鼠标滑过时停止滚动
Posted oldmonk
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html代码实现自动滚动,鼠标滑过时停止滚动相关的知识,希望对你有一定的参考价值。
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代码实现自动滚动,鼠标滑过时停止滚动的主要内容,如果未能解决你的问题,请参考以下文章