DW中为什么加了JS效果的图片滚动还看不见图片
1个回答
展开全部
1、简单的实现图片轮播效果(图片修改为真实路径)
<marquee direction=left behavior=scroll loop=3 scrollamount=1 scrolldelay=10 align=top bgcolor=#ffffff height=300 width=30% hspace=20 vspace=10 onmouseover=this.stop() onmouseout=this.start()>
<img src="../Pictures/190725bxe6si20p66zpzpj.jpg" width="200" height="200" />
<img src="../Pictures/190725bxe6si20p66zpzpj.jpg" width="200" height="200" />
</marquee>
2、像一般网站上的 banner 轮播效果,可以直接去CV代码修改来用
<marquee direction=left behavior=scroll loop=3 scrollamount=1 scrolldelay=10 align=top bgcolor=#ffffff height=300 width=30% hspace=20 vspace=10 onmouseover=this.stop() onmouseout=this.start()>
<img src="../Pictures/190725bxe6si20p66zpzpj.jpg" width="200" height="200" />
<img src="../Pictures/190725bxe6si20p66zpzpj.jpg" width="200" height="200" />
</marquee>
2、像一般网站上的 banner 轮播效果,可以直接去CV代码修改来用
追问
不用加js代码文件吗
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询