首页
IT
登录
6mi
u
盘
搜
搜 索
IT
html代码实现自动滚动,鼠标滑过时停止滚动
html代码实现自动滚动,鼠标滑过时停止滚动
xiaoxiao
2021-03-25
100
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
>
转载请注明原文地址: https://ju.6miu.com/read-18785.html
技术
最新回复
(
0
)