为了账号安全,请及时绑定邮箱和手机立即绑定

敲完第一部分next不移动图片

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>图片焦点轮播</title>

<link rel="stylesheet" type="text/css" href="gundong.css">

<script type="text/javascript" src="gundong.js"></script>

</head>

<body>

<div id="container">

<div id="list" style="left:-600px;">

<img src="images/tupian5.png" width="600px"height="300px"alt=""/>

<img src="images/tupian1.png" width="600px"height="300px"alt=""/>

<img src="images/tupian2.png" width="600px"height="300px"alt=""/>

<img src="images/tupian3.png" width="600px"height="300px"alt=""/>

<img src="images/tupian4.png" width="600px"height="300px"alt=""/>

<img src="images/tupian5.png" width="600px"height="300px"alt=""/>

<img src="images/tupian1.png" width="600px"height="300px"alt=""/>

</div>

<div id="buttons">

<span index="1"></span>

<span index="2" ></span>

<span index="3" ></span>

<span index="4" ></span>

<span index="5" ></span>

</div>

<a href="" id="prev">&lt;</a>

<a href="" id="next">&gt;</a>

</div>

</body>

</html>


正在回答

1 回答

  1. href="javascript:;"  里面需要添加 javascript:;

  2. 你和JS代码没有粘上来, 无法判断有没有其它问题

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

敲完第一部分next不移动图片

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信