3个回答
展开全部
这是我自己做的,,应该没问题的,,,,
<marquee
onmouseover=this.stop(); onmouseout=this.start(); //鼠标移上去会停止
direction=left //运动的方向
scrollamount=4
height=9
scrolldelay=0
width=640>
<a href="...html">//可以在图片上添加链接
<img src="...jpg" border="0">//图片的地址
</a>
//以下图片同理
<a href="...html">
<img src="...gif" border="0">
</a><img src="image/z (2).jpg" width="120" height="162" border="0" align="top" /></a>
</marquee>
<marquee
onmouseover=this.stop(); onmouseout=this.start(); //鼠标移上去会停止
direction=left //运动的方向
scrollamount=4
height=9
scrolldelay=0
width=640>
<a href="...html">//可以在图片上添加链接
<img src="...jpg" border="0">//图片的地址
</a>
//以下图片同理
<a href="...html">
<img src="...gif" border="0">
</a><img src="image/z (2).jpg" width="120" height="162" border="0" align="top" /></a>
</marquee>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<script type="text/javascript" src="css/MSClass.js"></script>
<div id="123" >
<table align="left" >
<tr>
<td align="left" >
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
</td>
</tr>
</table>
</div>
<script defer>
var marquee1 = new Marquee("123");
marquee1.Direction = 0; //滚动方向 默认为0; (0向上 1向下 2向左 3向右)
marquee1.Step = 20; //滚动的步长 (可选,默认值为2,数值越大,滚动越快)
marquee1.Width = 640; //容器可视宽度
marquee1.Height = 95; //容器可视高度
marquee1.Timer = 20; //数值越小,滚动的速度越快,1000=1秒,建议不小于20
marquee1.DelayTime = 2000; //间歇停顿延迟时间,默认为0不停顿
marquee1.WaitTime = 1000; //开始时的等待时间,默认或0为不等待
marquee1.ScrollStep = 102; //滚动间距该数值与延迟均为0则为鼠标悬停控制,-1禁止鼠标控制
marquee1.Start();
</script>
<div id="123" >
<table align="left" >
<tr>
<td align="left" >
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
<img src="images.gif" height="104" width="180">
</td>
</tr>
</table>
</div>
<script defer>
var marquee1 = new Marquee("123");
marquee1.Direction = 0; //滚动方向 默认为0; (0向上 1向下 2向左 3向右)
marquee1.Step = 20; //滚动的步长 (可选,默认值为2,数值越大,滚动越快)
marquee1.Width = 640; //容器可视宽度
marquee1.Height = 95; //容器可视高度
marquee1.Timer = 20; //数值越小,滚动的速度越快,1000=1秒,建议不小于20
marquee1.DelayTime = 2000; //间歇停顿延迟时间,默认为0不停顿
marquee1.WaitTime = 1000; //开始时的等待时间,默认或0为不等待
marquee1.ScrollStep = 102; //滚动间距该数值与延迟均为0则为鼠标悬停控制,-1禁止鼠标控制
marquee1.Start();
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
图片滚动的效果是用<marquee></marquee>标签做的,详细参数,你可以选中这个标签后点开DW里标签检查器——属性里查看
这样做出来的效果有空白的,不会循环去动,要循环去动还得用java代码,代码在网站上面多的是,你可以找一下
这样做出来的效果有空白的,不会循环去动,要循环去动还得用java代码,代码在网站上面多的是,你可以找一下
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询